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)


531
532
533
# File 'sig/types.rbs', line 531

def failure_reason
  @failure_reason
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def region
  @region
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def rule_arn
  @rule_arn
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def status
  @status
end