Class: Aws::Types::OrganizationCustomRuleMetadata

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)


1684
1685
1686
# File 'sig/types.rbs', line 1684

def description
  @description
end

#input_parameters::String

Returns the value of attribute input_parameters.

Returns:

  • (::String)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def input_parameters
  @input_parameters
end

#lambda_function_arn::String

Returns the value of attribute lambda_function_arn.

Returns:

  • (::String)


1685
1686
1687
# File 'sig/types.rbs', line 1685

def lambda_function_arn
  @lambda_function_arn
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")


1688
1689
1690
# File 'sig/types.rbs', line 1688

def maximum_execution_frequency
  @maximum_execution_frequency
end

#organization_config_rule_trigger_types::Array[("ConfigurationItemChangeNotification" | "OversizedConfigurationItemChangeNotification" | "ScheduledNotification")]

Returns the value of attribute organization_config_rule_trigger_types.

Returns:

  • (::Array[("ConfigurationItemChangeNotification" | "OversizedConfigurationItemChangeNotification" | "ScheduledNotification")])


1686
1687
1688
# File 'sig/types.rbs', line 1686

def organization_config_rule_trigger_types
  @organization_config_rule_trigger_types
end

#resource_id_scope::String

Returns the value of attribute resource_id_scope.

Returns:

  • (::String)


1690
1691
1692
# File 'sig/types.rbs', line 1690

def resource_id_scope
  @resource_id_scope
end

#resource_types_scope::Array[::String]

Returns the value of attribute resource_types_scope.

Returns:

  • (::Array[::String])


1689
1690
1691
# File 'sig/types.rbs', line 1689

def resource_types_scope
  @resource_types_scope
end

#tag_key_scope::String

Returns the value of attribute tag_key_scope.

Returns:

  • (::String)


1691
1692
1693
# File 'sig/types.rbs', line 1691

def tag_key_scope
  @tag_key_scope
end

#tag_value_scope::String

Returns the value of attribute tag_value_scope.

Returns:

  • (::String)


1692
1693
1694
# File 'sig/types.rbs', line 1692

def tag_value_scope
  @tag_value_scope
end