Class: Aws::Types::AddKeyReplicationRegionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_identifier::String

Returns the value of attribute key_identifier.

Returns:

  • (::String)


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

def key_identifier
  @key_identifier
end

#replication_regions::Array[::String]

Returns the value of attribute replication_regions.

Returns:

  • (::Array[::String])


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

def replication_regions
  @replication_regions
end