Class: Aws::Types::GetSolNetworkInstanceOutput

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)


189
190
191
# File 'sig/types.rbs', line 189

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def id
  @id
end

#lcm_op_infoTypes::LcmOperationInfo

Returns the value of attribute lcm_op_info.



191
192
193
# File 'sig/types.rbs', line 191

def lcm_op_info
  @lcm_op_info
end

#metadataTypes::GetSolNetworkInstanceMetadata

Returns the value of attribute metadata.



192
193
194
# File 'sig/types.rbs', line 192

def 
  @metadata
end

#ns_instance_description::String

Returns the value of attribute ns_instance_description.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def ns_instance_description
  @ns_instance_description
end

#ns_instance_name::String

Returns the value of attribute ns_instance_name.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

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")


195
196
197
# File 'sig/types.rbs', line 195

def ns_state
  @ns_state
end

#nsd_id::String

Returns the value of attribute nsd_id.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def nsd_id
  @nsd_id
end

#nsd_info_id::String

Returns the value of attribute nsd_info_id.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def nsd_info_id
  @nsd_info_id
end

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

Returns the value of attribute tags.

Returns:

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


198
199
200
# File 'sig/types.rbs', line 198

def tags
  @tags
end