Class: Aws::Outposts::Types::Outpost

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Information about an Outpost.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone.

Returns:

  • (String)


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_idString

The ID of the Availability Zone.

Returns:

  • (String)


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

#descriptionString

The description of the Outpost.

Returns:

  • (String)


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_statusString

The life cycle status.

Returns:

  • (String)


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

#nameString

The name of the Outpost.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


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_idString

The ID of the Outpost.

Returns:

  • (String)


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_idString

The Amazon Web Services account ID of the Outpost owner.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the site.

Returns:

  • (String)


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_idString

The ID of the site.

Returns:

  • (String)


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_typeString

The hardware type.

Returns:

  • (String)


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

#tagsHash<String,String>

The Outpost tags.

Returns:

  • (Hash<String,String>)


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