Class: Aws::Outposts::Types::UpdateSiteInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the site.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2037

class UpdateSiteInput < Struct.new(
  :site_id,
  :name,
  :description,
  :notes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the site.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2037

class UpdateSiteInput < Struct.new(
  :site_id,
  :name,
  :description,
  :notes)
  SENSITIVE = []
  include Aws::Structure
end

#notesString

Notes about a site.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2037

class UpdateSiteInput < Struct.new(
  :site_id,
  :name,
  :description,
  :notes)
  SENSITIVE = []
  include Aws::Structure
end

#site_idString

The ID or the Amazon Resource Name (ARN) of the site.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2037

class UpdateSiteInput < Struct.new(
  :site_id,
  :name,
  :description,
  :notes)
  SENSITIVE = []
  include Aws::Structure
end