Class: Aws::Types::DescribeRegionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#added_date::Time

Returns the value of attribute added_date.

Returns:

  • (::Time)


504
505
506
# File 'sig/types.rbs', line 504

def added_date
  @added_date
end

#is_primary_regionBoolean

Returns the value of attribute is_primary_region.

Returns:

  • (Boolean)


505
506
507
# File 'sig/types.rbs', line 505

def is_primary_region
  @is_primary_region
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def region_name
  @region_name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "ADDING", "REMOVING")


503
504
505
# File 'sig/types.rbs', line 503

def status
  @status
end