Class: Aws::Types::CreateGroupOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group ⇒ Types::Group
Returns the value of attribute group.
-
#group_configuration ⇒ Types::GroupConfiguration
Returns the value of attribute group_configuration.
-
#resource_query ⇒ Types::ResourceQuery
Returns the value of attribute resource_query.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#group ⇒ Types::Group
Returns the value of attribute group.
41 42 43 |
# File 'sig/types.rbs', line 41 def group @group end |
#group_configuration ⇒ Types::GroupConfiguration
Returns the value of attribute group_configuration.
44 45 46 |
# File 'sig/types.rbs', line 44 def group_configuration @group_configuration end |
#resource_query ⇒ Types::ResourceQuery
Returns the value of attribute resource_query.
42 43 44 |
# File 'sig/types.rbs', line 42 def resource_query @resource_query end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
43 44 45 |
# File 'sig/types.rbs', line 43 def @tags end |