Class: Aws::Types::AwsKmsKeyDetails

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)


3096
3097
3098
# File 'sig/types.rbs', line 3096

def 
  @aws_account_id
end

#creation_date::Float

Returns the value of attribute creation_date.

Returns:

  • (::Float)


3097
3098
3099
# File 'sig/types.rbs', line 3097

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3102
3103
3104
# File 'sig/types.rbs', line 3102

def description
  @description
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


3098
3099
3100
# File 'sig/types.rbs', line 3098

def key_id
  @key_id
end

#key_manager::String

Returns the value of attribute key_manager.

Returns:

  • (::String)


3099
3100
3101
# File 'sig/types.rbs', line 3099

def key_manager
  @key_manager
end

#key_rotation_statusBoolean

Returns the value of attribute key_rotation_status.

Returns:

  • (Boolean)


3103
3104
3105
# File 'sig/types.rbs', line 3103

def key_rotation_status
  @key_rotation_status
end

#key_state::String

Returns the value of attribute key_state.

Returns:

  • (::String)


3100
3101
3102
# File 'sig/types.rbs', line 3100

def key_state
  @key_state
end

#origin::String

Returns the value of attribute origin.

Returns:

  • (::String)


3101
3102
3103
# File 'sig/types.rbs', line 3101

def origin
  @origin
end