Class: Aws::Types::DescribeRegistrationVersionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRegistrationVersionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#registration_versions ⇒ ::Array[Types::RegistrationVersionInformation]
Returns the value of attribute registration_versions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
983 984 985 |
# File 'sig/types.rbs', line 983 def next_token @next_token end |
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
980 981 982 |
# File 'sig/types.rbs', line 980 def registration_arn @registration_arn end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
981 982 983 |
# File 'sig/types.rbs', line 981 def registration_id @registration_id end |
#registration_versions ⇒ ::Array[Types::RegistrationVersionInformation]
Returns the value of attribute registration_versions.
982 983 984 |
# File 'sig/types.rbs', line 982 def registration_versions @registration_versions end |