Class: Aws::Types::UpdateSiteRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:location])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def description
  @description
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1923
1924
1925
# File 'sig/types.rbs', line 1923

def global_network_id
  @global_network_id
end

#location ⇒ Types::Location

Returns the value of attribute location.

Returns:



1926
1927
1928
# File 'sig/types.rbs', line 1926

def location
  @location
end

#site_id ⇒ ::String

Returns the value of attribute site_id.

Returns:

  • (::String)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def site_id
  @site_id
end