Class: Aws::Types::RemoveKeyReplicationRegionsInput

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)


585
586
587
# File 'sig/types.rbs', line 585

def key_identifier
  @key_identifier
end

#replication_regions::Array[::String]

Returns the value of attribute replication_regions.

Returns:

  • (::Array[::String])


586
587
588
# File 'sig/types.rbs', line 586

def replication_regions
  @replication_regions
end