Class: Aws::Types::GetSolNetworkOperationMetadata
- Inherits:
-
Object
- Object
- Aws::Types::GetSolNetworkOperationMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#instantiate_metadata ⇒ Types::InstantiateMetadata
Returns the value of attribute instantiate_metadata.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#modify_vnf_info_metadata ⇒ Types::ModifyVnfInfoMetadata
Returns the value of attribute modify_vnf_info_metadata.
-
#update_ns_metadata ⇒ Types::UpdateNsMetadata
Returns the value of attribute update_ns_metadata.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
208 209 210 |
# File 'sig/types.rbs', line 208 def created_at @created_at end |
#instantiate_metadata ⇒ Types::InstantiateMetadata
Returns the value of attribute instantiate_metadata.
209 210 211 |
# File 'sig/types.rbs', line 209 def @instantiate_metadata end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
210 211 212 |
# File 'sig/types.rbs', line 210 def last_modified @last_modified end |
#modify_vnf_info_metadata ⇒ Types::ModifyVnfInfoMetadata
Returns the value of attribute modify_vnf_info_metadata.
211 212 213 |
# File 'sig/types.rbs', line 211 def @modify_vnf_info_metadata end |
#update_ns_metadata ⇒ Types::UpdateNsMetadata
Returns the value of attribute update_ns_metadata.
212 213 214 |
# File 'sig/types.rbs', line 212 def @update_ns_metadata end |