Class: Aws::Types::CreateGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupResponse
- 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.
269 270 271 |
# File 'sig/types.rbs', line 269 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
270 271 272 |
# File 'sig/types.rbs', line 270 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
271 272 273 |
# File 'sig/types.rbs', line 271 def id @id end |
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
272 273 274 |
# File 'sig/types.rbs', line 272 def @last_updated_timestamp end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
273 274 275 |
# File 'sig/types.rbs', line 273 def latest_version @latest_version end |
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
274 275 276 |
# File 'sig/types.rbs', line 274 def latest_version_arn @latest_version_arn end |
#name ⇒ ::String
Returns the value of attribute name.
275 276 277 |
# File 'sig/types.rbs', line 275 def name @name end |