Class: Aws::Types::UpdateOpsItemRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#actual_end_time::Time

Returns the value of attribute actual_end_time.



4614
4615
4616
# File 'sig/types.rbs', line 4614

def actual_end_time
  @actual_end_time
end

#actual_start_time::Time

Returns the value of attribute actual_start_time.



4613
4614
4615
# File 'sig/types.rbs', line 4613

def actual_start_time
  @actual_start_time
end

#category::String

Returns the value of attribute category.



4611
4612
4613
# File 'sig/types.rbs', line 4611

def category
  @category
end

#description::String

Returns the value of attribute description.



4602
4603
4604
# File 'sig/types.rbs', line 4602

def description
  @description
end

#notifications::Array[Types::OpsItemNotification]

Returns the value of attribute notifications.



4605
4606
4607
# File 'sig/types.rbs', line 4605

def notifications
  @notifications
end

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

Returns the value of attribute operational_data.



4603
4604
4605
# File 'sig/types.rbs', line 4603

def operational_data
  @operational_data
end

#operational_data_to_delete::Array[::String]

Returns the value of attribute operational_data_to_delete.



4604
4605
4606
# File 'sig/types.rbs', line 4604

def operational_data_to_delete
  @operational_data_to_delete
end

#ops_item_arn::String

Returns the value of attribute ops_item_arn.



4617
4618
4619
# File 'sig/types.rbs', line 4617

def ops_item_arn
  @ops_item_arn
end

#ops_item_id::String

Returns the value of attribute ops_item_id.



4609
4610
4611
# File 'sig/types.rbs', line 4609

def ops_item_id
  @ops_item_id
end

#planned_end_time::Time

Returns the value of attribute planned_end_time.



4616
4617
4618
# File 'sig/types.rbs', line 4616

def planned_end_time
  @planned_end_time
end

#planned_start_time::Time

Returns the value of attribute planned_start_time.



4615
4616
4617
# File 'sig/types.rbs', line 4615

def planned_start_time
  @planned_start_time
end

#priority::Integer

Returns the value of attribute priority.



4606
4607
4608
# File 'sig/types.rbs', line 4606

def priority
  @priority
end

Returns the value of attribute related_ops_items.



4607
4608
4609
# File 'sig/types.rbs', line 4607

def related_ops_items
  @related_ops_items
end

#severity::String

Returns the value of attribute severity.



4612
4613
4614
# File 'sig/types.rbs', line 4612

def severity
  @severity
end

#status"Open", ...

Returns the value of attribute status.



4608
4609
4610
# File 'sig/types.rbs', line 4608

def status
  @status
end

#title::String

Returns the value of attribute title.



4610
4611
4612
# File 'sig/types.rbs', line 4610

def title
  @title
end