Class: Aws::Types::GetConfigurationPolicyResponse

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)


5917
5918
5919
# File 'sig/types.rbs', line 5917

def arn
  @arn
end

#configuration_policyTypes::Policy

Returns the value of attribute configuration_policy.

Returns:



5923
5924
5925
# File 'sig/types.rbs', line 5923

def configuration_policy
  @configuration_policy
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


5922
5923
5924
# File 'sig/types.rbs', line 5922

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5920
5921
5922
# File 'sig/types.rbs', line 5920

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5918
5919
5920
# File 'sig/types.rbs', line 5918

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5919
5920
5921
# File 'sig/types.rbs', line 5919

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


5921
5922
5923
# File 'sig/types.rbs', line 5921

def updated_at
  @updated_at
end