Class: Aws::Types::CreateGroupOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::Group

Returns the value of attribute group.

Returns:



41
42
43
# File 'sig/types.rbs', line 41

def group
  @group
end

#group_configurationTypes::GroupConfiguration

Returns the value of attribute group_configuration.

Returns:



44
45
46
# File 'sig/types.rbs', line 44

def group_configuration
  @group_configuration
end

#resource_queryTypes::ResourceQuery

Returns the value of attribute resource_query.

Returns:



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.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def tags
  @tags
end