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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

The description of the site.

Returns:

  • (String)


3658
3659
3660
3661
3662
3663
3664
3665
# File 'lib/aws-sdk-outposts/types.rb', line 3658

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

#name ⇒ String

The name of the site.

Returns:

  • (String)


3658
3659
3660
3661
3662
3663
3664
3665
# File 'lib/aws-sdk-outposts/types.rb', line 3658

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

#notes ⇒ String

Notes about a site.

Returns:

  • (String)


3658
3659
3660
3661
3662
3663
3664
3665
# File 'lib/aws-sdk-outposts/types.rb', line 3658

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

#site_id ⇒ String

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

Returns:

  • (String)


3658
3659
3660
3661
3662
3663
3664
3665
# File 'lib/aws-sdk-outposts/types.rb', line 3658

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