Class: Aws::Types::DescribeSecretResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSecretResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#deleted_date ⇒ ::Time
Returns the value of attribute deleted_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#external_secret_rotation_metadata ⇒ ::Array[Types::ExternalSecretRotationMetadataItem]
Returns the value of attribute external_secret_rotation_metadata.
-
#external_secret_rotation_role_arn ⇒ ::String
Returns the value of attribute external_secret_rotation_role_arn.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#last_accessed_date ⇒ ::Time
Returns the value of attribute last_accessed_date.
-
#last_changed_date ⇒ ::Time
Returns the value of attribute last_changed_date.
-
#last_rotated_date ⇒ ::Time
Returns the value of attribute last_rotated_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_rotation_date ⇒ ::Time
Returns the value of attribute next_rotation_date.
-
#owning_service ⇒ ::String
Returns the value of attribute owning_service.
-
#primary_region ⇒ ::String
Returns the value of attribute primary_region.
-
#replication_status ⇒ ::Array[Types::ReplicationStatusType]
Returns the value of attribute replication_status.
-
#rotation_enabled ⇒ Boolean
Returns the value of attribute rotation_enabled.
-
#rotation_lambda_arn ⇒ ::String
Returns the value of attribute rotation_lambda_arn.
-
#rotation_rules ⇒ Types::RotationRulesType
Returns the value of attribute rotation_rules.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#version_ids_to_stages ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute version_ids_to_stages.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
103 104 105 |
# File 'sig/types.rbs', line 103 def arn @arn end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
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.
116 117 118 |
# File 'sig/types.rbs', line 116 def deleted_date @deleted_date end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
123 124 125 |
# File 'sig/types.rbs', line 123 def replication_status @replication_status end |
#rotation_enabled ⇒ Boolean
Returns the value of attribute rotation_enabled.
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.
109 110 111 |
# File 'sig/types.rbs', line 109 def rotation_lambda_arn @rotation_lambda_arn end |
#rotation_rules ⇒ Types::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.
118 119 120 |
# File 'sig/types.rbs', line 118 def @tags end |
#type ⇒ ::String
Returns the value of attribute type.
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.
119 120 121 |
# File 'sig/types.rbs', line 119 def version_ids_to_stages @version_ids_to_stages end |