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)


994
995
996
# File 'sig/types.rbs', line 994

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


993
994
995
# File 'sig/types.rbs', line 993

def name
  @name
end

#notes ⇒ ::String

Returns the value of attribute notes.

Returns:

  • (::String)


995
996
997
# File 'sig/types.rbs', line 995

def notes
  @notes
end

#site_id ⇒ ::String

Returns the value of attribute site_id.

Returns:

  • (::String)


992
993
994
# File 'sig/types.rbs', line 992

def site_id
  @site_id
end