Class: Aws::Types::CreateSolNetworkInstanceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#ns_description::String

Returns the value of attribute ns_description.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def ns_description
  @ns_description
end

#ns_name::String

Returns the value of attribute ns_name.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def ns_name
  @ns_name
end

#nsd_info_id::String

Returns the value of attribute nsd_info_id.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def nsd_info_id
  @nsd_info_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


40
41
42
# File 'sig/types.rbs', line 40

def tags
  @tags
end