Class: Aws::Types::GroupIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::GroupIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#criticality ⇒ ::Integer
Returns the value of attribute criticality.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
Instance Attribute Details
#criticality ⇒ ::Integer
Returns the value of attribute criticality.
179 180 181 |
# File 'sig/types.rbs', line 179 def criticality @criticality end |
#description ⇒ ::String
Returns the value of attribute description.
178 179 180 |
# File 'sig/types.rbs', line 178 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
181 182 183 |
# File 'sig/types.rbs', line 181 def display_name @display_name end |
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
177 178 179 |
# File 'sig/types.rbs', line 177 def group_arn @group_arn end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
176 177 178 |
# File 'sig/types.rbs', line 176 def group_name @group_name end |
#owner ⇒ ::String
Returns the value of attribute owner.
180 181 182 |
# File 'sig/types.rbs', line 180 def owner @owner end |