Class: Aws::Types::CreateSolNetworkInstanceOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def id
  @id
end

#ns_instance_name::String

Returns the value of attribute ns_instance_name.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def ns_instance_name
  @ns_instance_name
end

#nsd_info_id::String

Returns the value of attribute nsd_info_id.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def nsd_info_id
  @nsd_info_id
end

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

Returns the value of attribute tags.

Returns:

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


49
50
51
# File 'sig/types.rbs', line 49

def tags
  @tags
end