Class: Aws::Types::GetGroupVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetGroupVersionResponse
- 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::GroupVersion
Returns the value of attribute definition.
-
#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.
843 844 845 |
# File 'sig/types.rbs', line 843 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
844 845 846 |
# File 'sig/types.rbs', line 844 def end |
#definition ⇒ Types::GroupVersion
Returns the value of attribute definition.
845 846 847 |
# File 'sig/types.rbs', line 845 def definition @definition end |
#id ⇒ ::String
Returns the value of attribute id.
846 847 848 |
# File 'sig/types.rbs', line 846 def id @id end |
#version ⇒ ::String
Returns the value of attribute version.
847 848 849 |
# File 'sig/types.rbs', line 847 def version @version end |