Class: Aws::WorkspacesInstances::Types::Region
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::Region
- 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
-
#region_name ⇒ String
Name of the AWS region.
Instance Attribute Details
#region_name ⇒ String
Name of the AWS region.
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 |