Class: Aws::Types::CreateGroupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration::Array[Types::GroupConfigurationItem]

Returns the value of attribute configuration.

Returns:



33
34
35
# File 'sig/types.rbs', line 33

def configuration
  @configuration
end

#criticality::Integer

Returns the value of attribute criticality.

Returns:

  • (::Integer)


34
35
36
# File 'sig/types.rbs', line 34

def criticality
  @criticality
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def display_name
  @display_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def owner
  @owner
end

#resource_queryTypes::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.

Returns:

  • (::Hash[::String, ::String])


32
33
34
# File 'sig/types.rbs', line 32

def tags
  @tags
end