Class: Aws::Types::RegionStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def failure_reason
  @failure_reason
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def region
  @region
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def rule_arn
  @rule_arn
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def status
  @status
end