Class: Aws::Outposts::Types::Site

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

Overview

Information about a site.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1749

class Site < Struct.new(
  :site_id,
  :account_id,
  :name,
  :description,
  :tags,
  :site_arn,
  :notes,
  :operating_address_country_code,
  :operating_address_state_or_region,
  :operating_address_city,
  :rack_physical_properties)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the site.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1749

class Site < Struct.new(
  :site_id,
  :account_id,
  :name,
  :description,
  :tags,
  :site_arn,
  :notes,
  :operating_address_country_code,
  :operating_address_state_or_region,
  :operating_address_city,
  :rack_physical_properties)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the site.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1749

class Site < Struct.new(
  :site_id,
  :account_id,
  :name,
  :description,
  :tags,
  :site_arn,
  :notes,
  :operating_address_country_code,
  :operating_address_state_or_region,
  :operating_address_city,
  :rack_physical_properties)
  SENSITIVE = []
  include Aws::Structure
end

#notesString

Notes about a site.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1749

class Site < Struct.new(
  :site_id,
  :account_id,
  :name,
  :description,
  :tags,
  :site_arn,
  :notes,
  :operating_address_country_code,
  :operating_address_state_or_region,
  :operating_address_city,
  :rack_physical_properties)
  SENSITIVE = []
  include Aws::Structure
end

#operating_address_cityString

City where the hardware is installed and powered on.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1749

class Site < Struct.new(
  :site_id,
  :account_id,
  :name,
  :description,
  :tags,
  :site_arn,
  :notes,
  :operating_address_country_code,
  :operating_address_state_or_region,
  :operating_address_city,
  :rack_physical_properties)
  SENSITIVE = []
  include Aws::Structure
end

#operating_address_country_codeString

The ISO-3166 two-letter country code where the hardware is installed and powered on.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1749

class Site < Struct.new(
  :site_id,
  :account_id,
  :name,
  :description,
  :tags,
  :site_arn,
  :notes,
  :operating_address_country_code,
  :operating_address_state_or_region,
  :operating_address_city,
  :rack_physical_properties)
  SENSITIVE = []
  include Aws::Structure
end

#operating_address_state_or_regionString

State or region where the hardware is installed and powered on.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1749

class Site < Struct.new(
  :site_id,
  :account_id,
  :name,
  :description,
  :tags,
  :site_arn,
  :notes,
  :operating_address_country_code,
  :operating_address_state_or_region,
  :operating_address_city,
  :rack_physical_properties)
  SENSITIVE = []
  include Aws::Structure
end

#rack_physical_propertiesTypes::RackPhysicalProperties

Information about the physical and logistical details for a rack at the site.



1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1749

class Site < Struct.new(
  :site_id,
  :account_id,
  :name,
  :description,
  :tags,
  :site_arn,
  :notes,
  :operating_address_country_code,
  :operating_address_state_or_region,
  :operating_address_city,
  :rack_physical_properties)
  SENSITIVE = []
  include Aws::Structure
end

#site_arnString

The Amazon Resource Name (ARN) of the site.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1749

class Site < Struct.new(
  :site_id,
  :account_id,
  :name,
  :description,
  :tags,
  :site_arn,
  :notes,
  :operating_address_country_code,
  :operating_address_state_or_region,
  :operating_address_city,
  :rack_physical_properties)
  SENSITIVE = []
  include Aws::Structure
end

#site_idString

The ID of the site.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1749

class Site < Struct.new(
  :site_id,
  :account_id,
  :name,
  :description,
  :tags,
  :site_arn,
  :notes,
  :operating_address_country_code,
  :operating_address_state_or_region,
  :operating_address_city,
  :rack_physical_properties)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The site tags.

Returns:

  • (Hash<String,String>)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1749

class Site < Struct.new(
  :site_id,
  :account_id,
  :name,
  :description,
  :tags,
  :site_arn,
  :notes,
  :operating_address_country_code,
  :operating_address_state_or_region,
  :operating_address_city,
  :rack_physical_properties)
  SENSITIVE = []
  include Aws::Structure
end