Class: Aws::Types::OpsMetadata
- Inherits:
-
Object
- Object
- Aws::Types::OpsMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#last_modified_user ⇒ ::String
Returns the value of attribute last_modified_user.
-
#ops_metadata_arn ⇒ ::String
Returns the value of attribute ops_metadata_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
3412 3413 3414 |
# File 'sig/types.rbs', line 3412 def creation_date @creation_date end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
3410 3411 3412 |
# File 'sig/types.rbs', line 3410 def last_modified_date @last_modified_date end |
#last_modified_user ⇒ ::String
Returns the value of attribute last_modified_user.
3411 3412 3413 |
# File 'sig/types.rbs', line 3411 def last_modified_user @last_modified_user end |
#ops_metadata_arn ⇒ ::String
Returns the value of attribute ops_metadata_arn.
3409 3410 3411 |
# File 'sig/types.rbs', line 3409 def @ops_metadata_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
3408 3409 3410 |
# File 'sig/types.rbs', line 3408 def resource_id @resource_id end |