Class: Aws::Types::CreateSiteRequest

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)


538
539
540
# File 'sig/types.rbs', line 538

def description
  @description
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def global_network_id
  @global_network_id
end

#location ⇒ Types::Location

Returns the value of attribute location.

Returns:



539
540
541
# File 'sig/types.rbs', line 539

def location
  @location
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



540
541
542
# File 'sig/types.rbs', line 540

def tags
  @tags
end