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.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def arn @arn end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def create_date @create_date end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def group_name @group_name end |
#path ⇒ ::String
Returns the value of attribute path.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def path @path end |