Class: Aws::Types::OpsItemRelatedItemSummary
- Inherits:
-
Object
- Object
- Aws::Types::OpsItemRelatedItemSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#association_type ⇒ ::String
Returns the value of attribute association_type.
-
#created_by ⇒ Types::OpsItemIdentity
Returns the value of attribute created_by.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#last_modified_by ⇒ Types::OpsItemIdentity
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#resource_uri ⇒ ::String
Returns the value of attribute resource_uri.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
3368 3369 3370 |
# File 'sig/types.rbs', line 3368 def association_id @association_id end |
#association_type ⇒ ::String
Returns the value of attribute association_type.
3370 3371 3372 |
# File 'sig/types.rbs', line 3370 def association_type @association_type end |
#created_by ⇒ Types::OpsItemIdentity
Returns the value of attribute created_by.
3372 3373 3374 |
# File 'sig/types.rbs', line 3372 def created_by @created_by end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3373 3374 3375 |
# File 'sig/types.rbs', line 3373 def created_time @created_time end |
#last_modified_by ⇒ Types::OpsItemIdentity
Returns the value of attribute last_modified_by.
3374 3375 3376 |
# File 'sig/types.rbs', line 3374 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3375 3376 3377 |
# File 'sig/types.rbs', line 3375 def last_modified_time @last_modified_time end |
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
3367 3368 3369 |
# File 'sig/types.rbs', line 3367 def ops_item_id @ops_item_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
3369 3370 3371 |
# File 'sig/types.rbs', line 3369 def resource_type @resource_type end |
#resource_uri ⇒ ::String
Returns the value of attribute resource_uri.
3371 3372 3373 |
# File 'sig/types.rbs', line 3371 def resource_uri @resource_uri end |