Class: Aws::Types::Group
- Inherits:
-
Object
- Object
- Aws::Types::Group
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_tag ⇒ ::Hash[::String, ::String]
Returns the value of attribute application_tag.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
Instance Attribute Details
#application_tag ⇒ ::Hash[::String, ::String]
Returns the value of attribute application_tag.
145 146 147 |
# File 'sig/types.rbs', line 145 def application_tag @application_tag end |
#criticality ⇒ ::Integer
Returns the value of attribute criticality.
142 143 144 |
# File 'sig/types.rbs', line 142 def criticality @criticality end |
#description ⇒ ::String
Returns the value of attribute description.
141 142 143 |
# File 'sig/types.rbs', line 141 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
144 145 146 |
# File 'sig/types.rbs', line 144 def display_name @display_name end |
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
139 140 141 |
# File 'sig/types.rbs', line 139 def group_arn @group_arn end |
#name ⇒ ::String
Returns the value of attribute name.
140 141 142 |
# File 'sig/types.rbs', line 140 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
143 144 145 |
# File 'sig/types.rbs', line 143 def owner @owner end |