Class: Aws::Types::CreateSubscriptionDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSubscriptionDefinitionResponse
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
-
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
-
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
395 396 397 |
# File 'sig/types.rbs', line 395 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
396 397 398 |
# File 'sig/types.rbs', line 396 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
397 398 399 |
# File 'sig/types.rbs', line 397 def id @id end |
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
398 399 400 |
# File 'sig/types.rbs', line 398 def @last_updated_timestamp end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
399 400 401 |
# File 'sig/types.rbs', line 399 def latest_version @latest_version end |
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
400 401 402 |
# File 'sig/types.rbs', line 400 def latest_version_arn @latest_version_arn end |
#name ⇒ ::String
Returns the value of attribute name.
401 402 403 |
# File 'sig/types.rbs', line 401 def name @name end |