Class: Aws::Types::GetCentralizationRuleForOrganizationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#centralization_ruleTypes::CentralizationRule

Returns the value of attribute centralization_rule.



249
250
251
# File 'sig/types.rbs', line 249

def centralization_rule
  @centralization_rule
end

#created_region::String

Returns the value of attribute created_region.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def created_region
  @created_region
end

#created_time_stamp::Integer

Returns the value of attribute created_time_stamp.

Returns:

  • (::Integer)


244
245
246
# File 'sig/types.rbs', line 244

def created_time_stamp
  @created_time_stamp
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def 
  @creator_account_id
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")


248
249
250
# File 'sig/types.rbs', line 248

def failure_reason
  @failure_reason
end

#last_update_time_stamp::Integer

Returns the value of attribute last_update_time_stamp.

Returns:

  • (::Integer)


246
247
248
# File 'sig/types.rbs', line 246

def last_update_time_stamp
  @last_update_time_stamp
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def rule_arn
  @rule_arn
end

#rule_health"Healthy", ...

Returns the value of attribute rule_health.

Returns:

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


247
248
249
# File 'sig/types.rbs', line 247

def rule_health
  @rule_health
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def rule_name
  @rule_name
end