Class: Aws::Types::OpsItemSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#actual_end_time::Time

Returns the value of attribute actual_end_time.

Returns:



3401
3402
3403
# File 'sig/types.rbs', line 3401

def actual_end_time
  @actual_end_time
end

#actual_start_time::Time

Returns the value of attribute actual_start_time.

Returns:



3400
3401
3402
# File 'sig/types.rbs', line 3400

def actual_start_time
  @actual_start_time
end

#category::String

Returns the value of attribute category.

Returns:



3397
3398
3399
# File 'sig/types.rbs', line 3397

def category
  @category
end

#created_by::String

Returns the value of attribute created_by.

Returns:



3387
3388
3389
# File 'sig/types.rbs', line 3387

def created_by
  @created_by
end

#created_time::Time

Returns the value of attribute created_time.

Returns:



3388
3389
3390
# File 'sig/types.rbs', line 3388

def created_time
  @created_time
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:



3389
3390
3391
# File 'sig/types.rbs', line 3389

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



3390
3391
3392
# File 'sig/types.rbs', line 3390

def last_modified_time
  @last_modified_time
end

#operational_data::Hash[::String, Types::OpsItemDataValue]

Returns the value of attribute operational_data.

Returns:



3396
3397
3398
# File 'sig/types.rbs', line 3396

def operational_data
  @operational_data
end

#ops_item_id::String

Returns the value of attribute ops_item_id.

Returns:



3394
3395
3396
# File 'sig/types.rbs', line 3394

def ops_item_id
  @ops_item_id
end

#ops_item_type::String

Returns the value of attribute ops_item_type.

Returns:



3399
3400
3401
# File 'sig/types.rbs', line 3399

def ops_item_type
  @ops_item_type
end

#planned_end_time::Time

Returns the value of attribute planned_end_time.

Returns:



3403
3404
3405
# File 'sig/types.rbs', line 3403

def planned_end_time
  @planned_end_time
end

#planned_start_time::Time

Returns the value of attribute planned_start_time.

Returns:



3402
3403
3404
# File 'sig/types.rbs', line 3402

def planned_start_time
  @planned_start_time
end

#priority::Integer

Returns the value of attribute priority.

Returns:



3391
3392
3393
# File 'sig/types.rbs', line 3391

def priority
  @priority
end

#severity::String

Returns the value of attribute severity.

Returns:



3398
3399
3400
# File 'sig/types.rbs', line 3398

def severity
  @severity
end

#source::String

Returns the value of attribute source.

Returns:



3392
3393
3394
# File 'sig/types.rbs', line 3392

def source
  @source
end

#status"Open", ...

Returns the value of attribute status.

Returns:



3393
3394
3395
# File 'sig/types.rbs', line 3393

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:



3395
3396
3397
# File 'sig/types.rbs', line 3395

def title
  @title
end