Class: Aws::Types::UpdateConfigurationPolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


7989
7990
7991
# File 'sig/types.rbs', line 7989

def arn
  @arn
end

#configuration_policyTypes::Policy

Returns the value of attribute configuration_policy.

Returns:



7995
7996
7997
# File 'sig/types.rbs', line 7995

def configuration_policy
  @configuration_policy
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


7994
7995
7996
# File 'sig/types.rbs', line 7994

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7992
7993
7994
# File 'sig/types.rbs', line 7992

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


7990
7991
7992
# File 'sig/types.rbs', line 7990

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7991
7992
7993
# File 'sig/types.rbs', line 7991

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


7993
7994
7995
# File 'sig/types.rbs', line 7993

def updated_at
  @updated_at
end