Class: Aws::Types::Group
- Inherits:
-
Object
- Object
- Aws::Types::Group
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def arn @arn end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def create_date @create_date end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def group_name @group_name end |
#path ⇒ ::String
Returns the value of attribute path.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def path @path end |