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.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-outposts/types.rb', line 1829 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.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-outposts/types.rb', line 1829 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.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-outposts/types.rb', line 1829 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.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-outposts/types.rb', line 1829 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.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-outposts/types.rb', line 1829 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.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-outposts/types.rb', line 1829 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.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-outposts/types.rb', line 1829 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.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-outposts/types.rb', line 1829 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.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-outposts/types.rb', line 1829 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.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-outposts/types.rb', line 1829 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.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-outposts/types.rb', line 1829 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.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-outposts/types.rb', line 1829 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 |