| Name | Type | Description | Notes |
|---|---|---|---|
| KeySpec | Pointer to CMEKKeySpecification | [optional] | |
| Region | Pointer to string | [optional] |
func NewCMEKRegionSpecification() *CMEKRegionSpecification
NewCMEKRegionSpecification instantiates a new CMEKRegionSpecification object. This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
func (o *CMEKRegionSpecification) GetKeySpec() CMEKKeySpecification
GetKeySpec returns the KeySpec field if non-nil, zero value otherwise.
func (o *CMEKRegionSpecification) SetKeySpec(v CMEKKeySpecification)
SetKeySpec sets KeySpec field to given value.
func (o *CMEKRegionSpecification) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *CMEKRegionSpecification) SetRegion(v string)
SetRegion sets Region field to given value.