Class: Aws::Types::OpsItemRelatedItemSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:



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.

Returns:



3370
3371
3372
# File 'sig/types.rbs', line 3370

def association_type
  @association_type
end

#created_byTypes::OpsItemIdentity

Returns the value of attribute created_by.

Returns:



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.

Returns:



3373
3374
3375
# File 'sig/types.rbs', line 3373

def created_time
  @created_time
end

#last_modified_byTypes::OpsItemIdentity

Returns the value of attribute last_modified_by.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



3371
3372
3373
# File 'sig/types.rbs', line 3371

def resource_uri
  @resource_uri
end