Class: Aws::Types::CreateGroupVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupVersionResponse
- 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.
293 294 295 |
# File 'sig/types.rbs', line 293 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
294 295 296 |
# File 'sig/types.rbs', line 294 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
295 296 297 |
# File 'sig/types.rbs', line 295 def id @id end |
#version ⇒ ::String
Returns the value of attribute version.
296 297 298 |
# File 'sig/types.rbs', line 296 def version @version end |