Module: Aws::SecretsManager::Client::_DescribeSecretResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeSecretResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


173
# File 'sig/client.rbs', line 173

def arn: () -> ::String

#created_date::Time

Returns:

  • (::Time)


191
# File 'sig/client.rbs', line 191

def created_date: () -> ::Time

#deleted_date::Time

Returns:

  • (::Time)


186
# File 'sig/client.rbs', line 186

def deleted_date: () -> ::Time

#description::String

Returns:

  • (::String)


176
# File 'sig/client.rbs', line 176

def description: () -> ::String

#external_secret_rotation_metadata::Array[Types::ExternalSecretRotationMetadataItem]



181
# File 'sig/client.rbs', line 181

def external_secret_rotation_metadata: () -> ::Array[Types::ExternalSecretRotationMetadataItem]

#external_secret_rotation_role_arn::String

Returns:

  • (::String)


182
# File 'sig/client.rbs', line 182

def external_secret_rotation_role_arn: () -> ::String

#kms_key_id::String

Returns:

  • (::String)


177
# File 'sig/client.rbs', line 177

def kms_key_id: () -> ::String

#last_accessed_date::Time

Returns:

  • (::Time)


185
# File 'sig/client.rbs', line 185

def last_accessed_date: () -> ::Time

#last_changed_date::Time

Returns:

  • (::Time)


184
# File 'sig/client.rbs', line 184

def last_changed_date: () -> ::Time

#last_rotated_date::Time

Returns:

  • (::Time)


183
# File 'sig/client.rbs', line 183

def last_rotated_date: () -> ::Time

#name::String

Returns:

  • (::String)


174
# File 'sig/client.rbs', line 174

def name: () -> ::String

#next_rotation_date::Time

Returns:

  • (::Time)


187
# File 'sig/client.rbs', line 187

def next_rotation_date: () -> ::Time

#owning_service::String

Returns:

  • (::String)


190
# File 'sig/client.rbs', line 190

def owning_service: () -> ::String

#primary_region::String

Returns:

  • (::String)


192
# File 'sig/client.rbs', line 192

def primary_region: () -> ::String

#replication_status::Array[Types::ReplicationStatusType]

Returns:



193
# File 'sig/client.rbs', line 193

def replication_status: () -> ::Array[Types::ReplicationStatusType]

#rotation_enabledBoolean

Returns:

  • (Boolean)


178
# File 'sig/client.rbs', line 178

def rotation_enabled: () -> bool

#rotation_lambda_arn::String

Returns:

  • (::String)


179
# File 'sig/client.rbs', line 179

def rotation_lambda_arn: () -> ::String

#rotation_rulesTypes::RotationRulesType



180
# File 'sig/client.rbs', line 180

def rotation_rules: () -> Types::RotationRulesType

#tags::Array[Types::Tag]

Returns:



188
# File 'sig/client.rbs', line 188

def tags: () -> ::Array[Types::Tag]

#type::String

Returns:

  • (::String)


175
# File 'sig/client.rbs', line 175

def type: () -> ::String

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

Returns:

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


189
# File 'sig/client.rbs', line 189

def version_ids_to_stages: () -> ::Hash[::String, ::Array[::String]]