Class: Aws::Types::DescribeKeyRegistrationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


5072
5073
5074
# File 'sig/types.rbs', line 5072

def 
  @aws_account_id
end

#key_registration::Array[Types::RegisteredCustomerManagedKey]

Returns the value of attribute key_registration.



5073
5074
5075
# File 'sig/types.rbs', line 5073

def key_registration
  @key_registration
end

#q_data_keyTypes::QDataKey

Returns the value of attribute q_data_key.

Returns:



5074
5075
5076
# File 'sig/types.rbs', line 5074

def q_data_key
  @q_data_key
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5075
5076
5077
# File 'sig/types.rbs', line 5075

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5076
5077
5078
# File 'sig/types.rbs', line 5076

def status
  @status
end