Class: Aws::Types::RuleGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def arn
  @arn
end

#available_labels::Array[Types::LabelSummary]

Returns the value of attribute available_labels.

Returns:



1570
1571
1572
# File 'sig/types.rbs', line 1570

def available_labels
  @available_labels
end

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def capacity
  @capacity
end

#consumed_labels::Array[Types::LabelSummary]

Returns the value of attribute consumed_labels.

Returns:



1571
1572
1573
# File 'sig/types.rbs', line 1571

def consumed_labels
  @consumed_labels
end

#custom_response_bodies::Hash[::String, Types::CustomResponseBody]

Returns the value of attribute custom_response_bodies.

Returns:



1569
1570
1571
# File 'sig/types.rbs', line 1569

def custom_response_bodies
  @custom_response_bodies
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1565
1566
1567
# File 'sig/types.rbs', line 1565

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1562
1563
1564
# File 'sig/types.rbs', line 1562

def id
  @id
end

#label_namespace::String

Returns the value of attribute label_namespace.

Returns:

  • (::String)


1568
1569
1570
# File 'sig/types.rbs', line 1568

def label_namespace
  @label_namespace
end

#monetization_configTypes::MonetizationConfig

Returns the value of attribute monetization_config.



1572
1573
1574
# File 'sig/types.rbs', line 1572

def monetization_config
  @monetization_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1561
1562
1563
# File 'sig/types.rbs', line 1561

def name
  @name
end

#rules::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



1566
1567
1568
# File 'sig/types.rbs', line 1566

def rules
  @rules
end

#visibility_configTypes::VisibilityConfig

Returns the value of attribute visibility_config.



1567
1568
1569
# File 'sig/types.rbs', line 1567

def visibility_config
  @visibility_config
end