Class: Aws::Types::ReplicateKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bypass_policy_lockout_safety_checkBoolean

Returns the value of attribute bypass_policy_lockout_safety_check.

Returns:

  • (Boolean)


836
837
838
# File 'sig/types.rbs', line 836

def bypass_policy_lockout_safety_check
  @bypass_policy_lockout_safety_check
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


837
838
839
# File 'sig/types.rbs', line 837

def description
  @description
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def key_id
  @key_id
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def policy
  @policy
end

#replica_region::String

Returns the value of attribute replica_region.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def replica_region
  @replica_region
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



838
839
840
# File 'sig/types.rbs', line 838

def tags
  @tags
end