Class: Aws::Types::GroupInformation
- Inherits:
-
Object
- Object
- Aws::Types::GroupInformation
- 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.
983 984 985 |
# File 'sig/types.rbs', line 983 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
984 985 986 |
# File 'sig/types.rbs', line 984 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
985 986 987 |
# File 'sig/types.rbs', line 985 def id @id end |
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
986 987 988 |
# File 'sig/types.rbs', line 986 def @last_updated_timestamp end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
987 988 989 |
# File 'sig/types.rbs', line 987 def latest_version @latest_version end |
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
988 989 990 |
# File 'sig/types.rbs', line 988 def latest_version_arn @latest_version_arn end |
#name ⇒ ::String
Returns the value of attribute name.
989 990 991 |
# File 'sig/types.rbs', line 989 def name @name end |