Class: Aws::Types::GetConfigurationPolicyAssociationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_status"PENDING", ...

Returns the value of attribute association_status.

Returns:

  • ("PENDING", "SUCCESS", "FAILED")


5906
5907
5908
# File 'sig/types.rbs', line 5906

def association_status
  @association_status
end

#association_status_message::String

Returns the value of attribute association_status_message.

Returns:

  • (::String)


5907
5908
5909
# File 'sig/types.rbs', line 5907

def association_status_message
  @association_status_message
end

#association_type"INHERITED", "APPLIED"

Returns the value of attribute association_type.

Returns:

  • ("INHERITED", "APPLIED")


5904
5905
5906
# File 'sig/types.rbs', line 5904

def association_type
  @association_type
end

#configuration_policy_id::String

Returns the value of attribute configuration_policy_id.

Returns:

  • (::String)


5901
5902
5903
# File 'sig/types.rbs', line 5901

def configuration_policy_id
  @configuration_policy_id
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


5902
5903
5904
# File 'sig/types.rbs', line 5902

def target_id
  @target_id
end

#target_type"ACCOUNT", ...

Returns the value of attribute target_type.

Returns:

  • ("ACCOUNT", "ORGANIZATIONAL_UNIT", "ROOT")


5903
5904
5905
# File 'sig/types.rbs', line 5903

def target_type
  @target_type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


5905
5906
5907
# File 'sig/types.rbs', line 5905

def updated_at
  @updated_at
end