Module: Aws::SecretsManager::Client::_DescribeSecretResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSecretResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_date ⇒ ::Time
- #deleted_date ⇒ ::Time
- #description ⇒ ::String
- #external_secret_rotation_metadata ⇒ ::Array[Types::ExternalSecretRotationMetadataItem]
- #external_secret_rotation_role_arn ⇒ ::String
- #kms_key_id ⇒ ::String
- #last_accessed_date ⇒ ::Time
- #last_changed_date ⇒ ::Time
- #last_rotated_date ⇒ ::Time
- #name ⇒ ::String
- #next_rotation_date ⇒ ::Time
- #owning_service ⇒ ::String
- #primary_region ⇒ ::String
- #replication_status ⇒ ::Array[Types::ReplicationStatusType]
- #rotation_enabled ⇒ Boolean
- #rotation_lambda_arn ⇒ ::String
- #rotation_rules ⇒ Types::RotationRulesType
- #tags ⇒ ::Array[Types::Tag]
- #type ⇒ ::String
- #version_ids_to_stages ⇒ ::Hash[::String, ::Array[::String]]
Instance Method Details
#arn ⇒ ::String
173 |
# File 'sig/client.rbs', line 173
def arn: () -> ::String
|
#created_date ⇒ ::Time
191 |
# File 'sig/client.rbs', line 191
def created_date: () -> ::Time
|
#deleted_date ⇒ ::Time
186 |
# File 'sig/client.rbs', line 186
def deleted_date: () -> ::Time
|
#description ⇒ ::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
182 |
# File 'sig/client.rbs', line 182
def external_secret_rotation_role_arn: () -> ::String
|
#kms_key_id ⇒ ::String
177 |
# File 'sig/client.rbs', line 177
def kms_key_id: () -> ::String
|
#last_accessed_date ⇒ ::Time
185 |
# File 'sig/client.rbs', line 185
def last_accessed_date: () -> ::Time
|
#last_changed_date ⇒ ::Time
184 |
# File 'sig/client.rbs', line 184
def last_changed_date: () -> ::Time
|
#last_rotated_date ⇒ ::Time
183 |
# File 'sig/client.rbs', line 183
def last_rotated_date: () -> ::Time
|
#name ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def name: () -> ::String
|
#next_rotation_date ⇒ ::Time
187 |
# File 'sig/client.rbs', line 187
def next_rotation_date: () -> ::Time
|
#owning_service ⇒ ::String
190 |
# File 'sig/client.rbs', line 190
def owning_service: () -> ::String
|
#primary_region ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def primary_region: () -> ::String
|
#replication_status ⇒ ::Array[Types::ReplicationStatusType]
193 |
# File 'sig/client.rbs', line 193
def replication_status: () -> ::Array[Types::ReplicationStatusType]
|
#rotation_enabled ⇒ Boolean
178 |
# File 'sig/client.rbs', line 178
def rotation_enabled: () -> bool
|
#rotation_lambda_arn ⇒ ::String
179 |
# File 'sig/client.rbs', line 179
def rotation_lambda_arn: () -> ::String
|
#rotation_rules ⇒ Types::RotationRulesType
180 |
# File 'sig/client.rbs', line 180
def rotation_rules: () -> Types::RotationRulesType
|
#tags ⇒ ::Array[Types::Tag]
188 |
# File 'sig/client.rbs', line 188
def tags: () -> ::Array[Types::Tag]
|
#type ⇒ ::String
175 |
# File 'sig/client.rbs', line 175
def type: () -> ::String
|
#version_ids_to_stages ⇒ ::Hash[::String, ::Array[::String]]
189 |
# File 'sig/client.rbs', line 189
def version_ids_to_stages: () -> ::Hash[::String, ::Array[::String]]
|