Class: Aws::Outposts::Types::Outpost
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::Outpost
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Information about an Outpost.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone.
-
#availability_zone_id ⇒ String
The ID of the Availability Zone.
-
#description ⇒ String
The description of the Outpost.
-
#life_cycle_status ⇒ String
The life cycle status.
-
#name ⇒ String
The name of the Outpost.
-
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost.
-
#outpost_id ⇒ String
The ID of the Outpost.
-
#owner_id ⇒ String
The Amazon Web Services account ID of the Outpost owner.
-
#site_arn ⇒ String
The Amazon Resource Name (ARN) of the site.
-
#site_id ⇒ String
The ID of the site.
-
#supported_hardware_type ⇒ String
The hardware type.
-
#tags ⇒ Hash<String,String>
The Outpost tags.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-outposts/types.rb', line 1586 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |
#availability_zone_id ⇒ String
The ID of the Availability Zone.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-outposts/types.rb', line 1586 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the Outpost.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-outposts/types.rb', line 1586 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |
#life_cycle_status ⇒ String
The life cycle status.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-outposts/types.rb', line 1586 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Outpost.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-outposts/types.rb', line 1586 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-outposts/types.rb', line 1586 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |
#outpost_id ⇒ String
The ID of the Outpost.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-outposts/types.rb', line 1586 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The Amazon Web Services account ID of the Outpost owner.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-outposts/types.rb', line 1586 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |
#site_arn ⇒ String
The Amazon Resource Name (ARN) of the site.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-outposts/types.rb', line 1586 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |
#site_id ⇒ String
The ID of the site.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-outposts/types.rb', line 1586 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |
#supported_hardware_type ⇒ String
The hardware type.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-outposts/types.rb', line 1586 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The Outpost tags.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-outposts/types.rb', line 1586 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |