Class: Aws::Types::RegionMetadata

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)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def added_date
  @added_date
end

#is_primary_region ⇒ Boolean

Returns the value of attribute is_primary_region.

Returns:

  • (Boolean)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def is_primary_region
  @is_primary_region
end

#region_name ⇒ ::String

Returns the value of attribute region_name.

Returns:

  • (::String)


1140
1141
1142
# File 'sig/types.rbs', line 1140

def region_name
  @region_name
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

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


1141
1142
1143
# File 'sig/types.rbs', line 1141

def status
  @status
end