Class: Aws::Types::UpdateGroupRequest

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)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def filter_expression
  @filter_expression
end

#group_arn::String

Returns the value of attribute group_arn.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def group_arn
  @group_arn
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def group_name
  @group_name
end

#insights_configurationTypes::InsightsConfiguration

Returns the value of attribute insights_configuration.



1038
1039
1040
# File 'sig/types.rbs', line 1038

def insights_configuration
  @insights_configuration
end