Class: Aws::Types::CreateSubscriptionDefinitionVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSubscriptionDefinitionVersionResponse
- 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.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
413 414 415 |
# File 'sig/types.rbs', line 413 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
414 415 416 |
# File 'sig/types.rbs', line 414 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
415 416 417 |
# File 'sig/types.rbs', line 415 def id @id end |
#version ⇒ ::String
Returns the value of attribute version.
416 417 418 |
# File 'sig/types.rbs', line 416 def version @version end |