Class: Aws::Types::UpdateConfigurationPolicyRequest

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:



7984
7985
7986
# File 'sig/types.rbs', line 7984

def configuration_policy
  @configuration_policy
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7982
7983
7984
# File 'sig/types.rbs', line 7982

def description
  @description
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


7980
7981
7982
# File 'sig/types.rbs', line 7980

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7981
7982
7983
# File 'sig/types.rbs', line 7981

def name
  @name
end

#updated_reason::String

Returns the value of attribute updated_reason.

Returns:

  • (::String)


7983
7984
7985
# File 'sig/types.rbs', line 7983

def updated_reason
  @updated_reason
end