Class: Aws::Types::GetSubscriptionDefinitionVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSubscriptionDefinitionVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
-
#definition ⇒ Types::SubscriptionDefinitionVersion
Returns the value of attribute definition.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
950 951 952 |
# File 'sig/types.rbs', line 950 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
951 952 953 |
# File 'sig/types.rbs', line 951 def end |
#definition ⇒ Types::SubscriptionDefinitionVersion
Returns the value of attribute definition.
952 953 954 |
# File 'sig/types.rbs', line 952 def definition @definition end |
#id ⇒ ::String
Returns the value of attribute id.
953 954 955 |
# File 'sig/types.rbs', line 953 def id @id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
954 955 956 |
# File 'sig/types.rbs', line 954 def next_token @next_token end |
#version ⇒ ::String
Returns the value of attribute version.
955 956 957 |
# File 'sig/types.rbs', line 955 def version @version end |