Class: Aws::Types::CreateGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_expression::String

Returns the value of attribute filter_expression.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def filter_expression
  @filter_expression
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def group_name
  @group_name
end

#insights_configurationTypes::InsightsConfiguration

Returns the value of attribute insights_configuration.



69
70
71
# File 'sig/types.rbs', line 69

def insights_configuration
  @insights_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def tags
  @tags
end