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)


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_idString

The ID of the Availability Zone.

Returns:

  • (String)


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

#descriptionString

The description of the Outpost.

Returns:

  • (String)


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_statusString

The life cycle status.

Returns:

  • (String)


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

#nameString

The name of the Outpost.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


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_idString

The ID of the Outpost.

Returns:

  • (String)


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_idString

The Amazon Web Services account ID of the Outpost owner.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the site.

Returns:

  • (String)


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_idString

The ID of the site.

Returns:

  • (String)


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_typeString

The hardware type.

Returns:

  • (String)


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

#tagsHash<String,String>

The Outpost tags.

Returns:

  • (Hash<String,String>)


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