Class: Aws::Types::CreateGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ ::Array[Types::GroupConfigurationItem]
Returns the value of attribute configuration.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#resource_query ⇒ Types::ResourceQuery
Returns the value of attribute resource_query.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#configuration ⇒ ::Array[Types::GroupConfigurationItem]
Returns the value of attribute configuration.
33 34 35 |
# File 'sig/types.rbs', line 33 def configuration @configuration end |
#criticality ⇒ ::Integer
Returns the value of attribute criticality.
34 35 36 |
# File 'sig/types.rbs', line 34 def criticality @criticality end |
#description ⇒ ::String
Returns the value of attribute description.
30 31 32 |
# File 'sig/types.rbs', line 30 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
36 37 38 |
# File 'sig/types.rbs', line 36 def display_name @display_name end |
#name ⇒ ::String
Returns the value of attribute name.
29 30 31 |
# File 'sig/types.rbs', line 29 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
35 36 37 |
# File 'sig/types.rbs', line 35 def owner @owner end |
#resource_query ⇒ Types::ResourceQuery
Returns the value of attribute resource_query.
31 32 33 |
# File 'sig/types.rbs', line 31 def resource_query @resource_query end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
32 33 34 |
# File 'sig/types.rbs', line 32 def @tags end |