Class: Aws::Types::ListSolNetworkOperationsMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


450
451
452
# File 'sig/types.rbs', line 450

def created_at
  @created_at
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


451
452
453
# File 'sig/types.rbs', line 451

def last_modified
  @last_modified
end

#nsd_info_id::String

Returns the value of attribute nsd_info_id.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def nsd_info_id
  @nsd_info_id
end

#vnf_instance_id::String

Returns the value of attribute vnf_instance_id.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def vnf_instance_id
  @vnf_instance_id
end