Class: Aws::Types::ListSolNetworkOperationsMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ListSolNetworkOperationsMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#nsd_info_id ⇒ ::String
Returns the value of attribute nsd_info_id.
-
#vnf_instance_id ⇒ ::String
Returns the value of attribute vnf_instance_id.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
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.
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.
453 454 455 |
# File 'sig/types.rbs', line 453 def vnf_instance_id @vnf_instance_id end |