Class: Aws::Types::InstantiateSolNetworkInstanceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_params_for_nsObject

Returns the value of attribute additional_params_for_ns.

Returns:

  • (Object)


315
316
317
# File 'sig/types.rbs', line 315

def additional_params_for_ns
  @additional_params_for_ns
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


316
317
318
# File 'sig/types.rbs', line 316

def dry_run
  @dry_run
end

#ns_instance_id::String

Returns the value of attribute ns_instance_id.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def ns_instance_id
  @ns_instance_id
end

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

Returns the value of attribute tags.

Returns:

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


318
319
320
# File 'sig/types.rbs', line 318

def tags
  @tags
end