Class: Aws::Types::GlobalResiliencyMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_region::String

Returns the value of attribute active_region.

Returns:

  • (::String)


4278
4279
4280
# File 'sig/types.rbs', line 4278

def active_region
  @active_region
end

#origin_region::String

Returns the value of attribute origin_region.

Returns:

  • (::String)


4279
4280
4281
# File 'sig/types.rbs', line 4279

def origin_region
  @origin_region
end

#traffic_distribution_group_id::String

Returns the value of attribute traffic_distribution_group_id.

Returns:

  • (::String)


4280
4281
4282
# File 'sig/types.rbs', line 4280

def traffic_distribution_group_id
  @traffic_distribution_group_id
end