Class: Aws::Types::ListSecretVersionIdsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSecretVersionIdsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#versions ⇒ ::Array[Types::SecretVersionsListEntry]
Returns the value of attribute versions.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
227 228 229 |
# File 'sig/types.rbs', line 227 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
228 229 230 |
# File 'sig/types.rbs', line 228 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
226 227 228 |
# File 'sig/types.rbs', line 226 def next_token @next_token end |
#versions ⇒ ::Array[Types::SecretVersionsListEntry]
Returns the value of attribute versions.
225 226 227 |
# File 'sig/types.rbs', line 225 def versions @versions end |