Class: Aws::WorkspacesInstances::Types::Region

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesinstances/types.rb

Overview

Represents an AWS region supported by WorkSpaces Instances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#region_nameString

Name of the AWS region.

Returns:



1333
1334
1335
1336
1337
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1333

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