Class: Aws::EC2::Types::ScheduledInstancesPlacement
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ScheduledInstancesPlacement
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the placement for a Scheduled Instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone.
-
#group_name ⇒ String
The name of the placement group.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone.
59150 59151 59152 59153 59154 59155 |
# File 'lib/aws-sdk-ec2/types.rb', line 59150 class ScheduledInstancesPlacement < Struct.new( :availability_zone, :group_name) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the placement group.
59150 59151 59152 59153 59154 59155 |
# File 'lib/aws-sdk-ec2/types.rb', line 59150 class ScheduledInstancesPlacement < Struct.new( :availability_zone, :group_name) SENSITIVE = [] include Aws::Structure end |