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)


4850
4851
4852
# File 'sig/types.rbs', line 4850

def 
  @aws_account_id
end

#key_registration::Array[Types::RegisteredCustomerManagedKey]

Returns the value of attribute key_registration.



4851
4852
4853
# File 'sig/types.rbs', line 4851

def key_registration
  @key_registration
end

#q_data_keyTypes::QDataKey

Returns the value of attribute q_data_key.

Returns:



4852
4853
4854
# File 'sig/types.rbs', line 4852

def q_data_key
  @q_data_key
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4853
4854
4855
# File 'sig/types.rbs', line 4853

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4854
4855
4856
# File 'sig/types.rbs', line 4854

def status
  @status
end