Class: Aws::Account::Types::GetRegionOptStatusResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-account/lib/aws-sdk-account/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#region_nameString

The Region code that was passed in.

Returns:

  • (String)


474
475
476
477
478
479
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 474

class GetRegionOptStatusResponse < Struct.new(
  :region_name,
  :region_opt_status)
  SENSITIVE = []
  include Aws::Structure
end

#region_opt_statusString

One of the potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).

Returns:

  • (String)


474
475
476
477
478
479
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 474

class GetRegionOptStatusResponse < Struct.new(
  :region_name,
  :region_opt_status)
  SENSITIVE = []
  include Aws::Structure
end