Class: Aws::Types::CentralizationRuleSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_region::String

Returns the value of attribute created_region.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def created_region
  @created_region
end

#created_time_stamp::Integer

Returns the value of attribute created_time_stamp.

Returns:

  • (::Integer)


65
66
67
# File 'sig/types.rbs', line 65

def created_time_stamp
  @created_time_stamp
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def 
  @creator_account_id
end

#destination_account_id::String

Returns the value of attribute destination_account_id.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def 
  @destination_account_id
end

#destination_region::String

Returns the value of attribute destination_region.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def destination_region
  @destination_region
end

#failure_reason"TRUSTED_ACCESS_NOT_ENABLED", ...

Returns the value of attribute failure_reason.

Returns:

  • ("TRUSTED_ACCESS_NOT_ENABLED", "DESTINATION_ACCOUNT_NOT_IN_ORGANIZATION", "INTERNAL_SERVER_ERROR")


69
70
71
# File 'sig/types.rbs', line 69

def failure_reason
  @failure_reason
end

#last_update_time_stamp::Integer

Returns the value of attribute last_update_time_stamp.

Returns:

  • (::Integer)


67
68
69
# File 'sig/types.rbs', line 67

def last_update_time_stamp
  @last_update_time_stamp
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def rule_arn
  @rule_arn
end

#rule_health"Healthy", ...

Returns the value of attribute rule_health.

Returns:

  • ("Healthy", "Unhealthy", "Provisioning")


68
69
70
# File 'sig/types.rbs', line 68

def rule_health
  @rule_health
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def rule_name
  @rule_name
end