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

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

Overview

Note:

When making an API call, you may pass UpdateSiteInput data as a hash:

{
  site_id: "SiteId", # required
  name: "SiteName",
  description: "SiteDescription",
  notes: "SiteNotes",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the site.

Returns:

  • (String)


1677
1678
1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-outposts/types.rb', line 1677

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

#nameString

The name of the site.

Returns:

  • (String)


1677
1678
1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-outposts/types.rb', line 1677

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

#notesString

Notes about a site.

Returns:

  • (String)


1677
1678
1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-outposts/types.rb', line 1677

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)


1677
1678
1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-outposts/types.rb', line 1677

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