Class: Aws::Types::ListSolNetworkInstanceInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def id
  @id
end

#metadataTypes::ListSolNetworkInstanceMetadata

Returns the value of attribute metadata.



403
404
405
# File 'sig/types.rbs', line 403

def 
  @metadata
end

#ns_instance_description::String

Returns the value of attribute ns_instance_description.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def ns_instance_description
  @ns_instance_description
end

#ns_instance_name::String

Returns the value of attribute ns_instance_name.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def ns_instance_name
  @ns_instance_name
end

#ns_state"INSTANTIATED", ...

Returns the value of attribute ns_state.

Returns:

  • ("INSTANTIATED", "NOT_INSTANTIATED", "UPDATED", "IMPAIRED", "UPDATE_FAILED", "STOPPED", "DELETED", "INSTANTIATE_IN_PROGRESS", "INTENT_TO_UPDATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "TERMINATE_IN_PROGRESS")


406
407
408
# File 'sig/types.rbs', line 406

def ns_state
  @ns_state
end

#nsd_id::String

Returns the value of attribute nsd_id.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def nsd_id
  @nsd_id
end

#nsd_info_id::String

Returns the value of attribute nsd_info_id.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def nsd_info_id
  @nsd_info_id
end