Class: Aws::Types::UpdateSiteInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def name
  @name
end

#notes::String

Returns the value of attribute notes.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def notes
  @notes
end

#site_id::String

Returns the value of attribute site_id.

Returns:

  • (::String)


959
960
961
# File 'sig/types.rbs', line 959

def site_id
  @site_id
end