Class: Aws::Types::CreateCentralizationRuleForOrganizationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ruleTypes::CentralizationRule

Returns the value of attribute rule.



104
105
106
# File 'sig/types.rbs', line 104

def rule
  @rule
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def rule_name
  @rule_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


105
106
107
# File 'sig/types.rbs', line 105

def tags
  @tags
end