Class: Aws::Outposts::Types::Outpost
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::Outpost
- Defined in:
- gems/aws-sdk-outposts/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.
1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1908 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.
1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1908 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.
1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1908 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.
1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1908 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.
1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1908 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.
1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1908 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.
1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1908 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.
1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1908 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.
1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1908 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.
1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1908 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.
1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1908 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.
1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1908 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 |