Class: Aws::Types::CreateConfigurationPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_policyTypes::Policy

Returns the value of attribute configuration_policy.

Returns:



5159
5160
5161
# File 'sig/types.rbs', line 5159

def configuration_policy
  @configuration_policy
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5158
5159
5160
# File 'sig/types.rbs', line 5158

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5157
5158
5159
# File 'sig/types.rbs', line 5157

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


5160
5161
5162
# File 'sig/types.rbs', line 5160

def tags
  @tags
end