Class: Aws::Types::DescribeSecretResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def arn
  @arn
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


121
122
123
# File 'sig/types.rbs', line 121

def created_date
  @created_date
end

#deleted_date::Time

Returns the value of attribute deleted_date.

Returns:

  • (::Time)


116
117
118
# File 'sig/types.rbs', line 116

def deleted_date
  @deleted_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def description
  @description
end

#external_secret_rotation_metadata::Array[Types::ExternalSecretRotationMetadataItem]

Returns the value of attribute external_secret_rotation_metadata.



111
112
113
# File 'sig/types.rbs', line 111

def 
  @external_secret_rotation_metadata
end

#external_secret_rotation_role_arn::String

Returns the value of attribute external_secret_rotation_role_arn.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def external_secret_rotation_role_arn
  @external_secret_rotation_role_arn
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def kms_key_id
  @kms_key_id
end

#last_accessed_date::Time

Returns the value of attribute last_accessed_date.

Returns:

  • (::Time)


115
116
117
# File 'sig/types.rbs', line 115

def last_accessed_date
  @last_accessed_date
end

#last_changed_date::Time

Returns the value of attribute last_changed_date.

Returns:

  • (::Time)


114
115
116
# File 'sig/types.rbs', line 114

def last_changed_date
  @last_changed_date
end

#last_rotated_date::Time

Returns the value of attribute last_rotated_date.

Returns:

  • (::Time)


113
114
115
# File 'sig/types.rbs', line 113

def last_rotated_date
  @last_rotated_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def name
  @name
end

#next_rotation_date::Time

Returns the value of attribute next_rotation_date.

Returns:

  • (::Time)


117
118
119
# File 'sig/types.rbs', line 117

def next_rotation_date
  @next_rotation_date
end

#owning_service::String

Returns the value of attribute owning_service.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def owning_service
  @owning_service
end

#primary_region::String

Returns the value of attribute primary_region.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def primary_region
  @primary_region
end

#replication_status::Array[Types::ReplicationStatusType]

Returns the value of attribute replication_status.

Returns:



123
124
125
# File 'sig/types.rbs', line 123

def replication_status
  @replication_status
end

#rotation_enabledBoolean

Returns the value of attribute rotation_enabled.

Returns:

  • (Boolean)


108
109
110
# File 'sig/types.rbs', line 108

def rotation_enabled
  @rotation_enabled
end

#rotation_lambda_arn::String

Returns the value of attribute rotation_lambda_arn.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def rotation_lambda_arn
  @rotation_lambda_arn
end

#rotation_rulesTypes::RotationRulesType

Returns the value of attribute rotation_rules.



110
111
112
# File 'sig/types.rbs', line 110

def rotation_rules
  @rotation_rules
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



118
119
120
# File 'sig/types.rbs', line 118

def tags
  @tags
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def type
  @type
end

#version_ids_to_stages::Hash[::String, ::Array[::String]]

Returns the value of attribute version_ids_to_stages.

Returns:

  • (::Hash[::String, ::Array[::String]])


119
120
121
# File 'sig/types.rbs', line 119

def version_ids_to_stages
  @version_ids_to_stages
end