Class: Aws::Types::OrganizationManagedRuleMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def description
  @description
end

#input_parameters::String

Returns the value of attribute input_parameters.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def input_parameters
  @input_parameters
end

#maximum_execution_frequency"One_Hour", ...

Returns the value of attribute maximum_execution_frequency.

Returns:

  • ("One_Hour", "Three_Hours", "Six_Hours", "Twelve_Hours", "TwentyFour_Hours")


1700
1701
1702
# File 'sig/types.rbs', line 1700

def maximum_execution_frequency
  @maximum_execution_frequency
end

#resource_id_scope::String

Returns the value of attribute resource_id_scope.

Returns:

  • (::String)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def resource_id_scope
  @resource_id_scope
end

#resource_types_scope::Array[::String]

Returns the value of attribute resource_types_scope.

Returns:

  • (::Array[::String])


1701
1702
1703
# File 'sig/types.rbs', line 1701

def resource_types_scope
  @resource_types_scope
end

#rule_identifier::String

Returns the value of attribute rule_identifier.

Returns:

  • (::String)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def rule_identifier
  @rule_identifier
end

#tag_key_scope::String

Returns the value of attribute tag_key_scope.

Returns:

  • (::String)


1703
1704
1705
# File 'sig/types.rbs', line 1703

def tag_key_scope
  @tag_key_scope
end

#tag_value_scope::String

Returns the value of attribute tag_value_scope.

Returns:

  • (::String)


1704
1705
1706
# File 'sig/types.rbs', line 1704

def tag_value_scope
  @tag_value_scope
end