Class: Aws::Types::AddReplicaLocationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def kms_key_arn
  @kms_key_arn
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def location
  @location
end

#vpc_configTypes::VpcConfigInput

Returns the value of attribute vpc_config.



18
19
20
# File 'sig/types.rbs', line 18

def vpc_config
  @vpc_config
end