Class: Aws::Types::CreateOpsItemRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:



771
772
773
# File 'sig/types.rbs', line 771

def 
  @account_id
end

#actual_end_time::Time

Returns the value of attribute actual_end_time.

Returns:



768
769
770
# File 'sig/types.rbs', line 768

def actual_end_time
  @actual_end_time
end

#actual_start_time::Time

Returns the value of attribute actual_start_time.

Returns:



767
768
769
# File 'sig/types.rbs', line 767

def actual_start_time
  @actual_start_time
end

#category::String

Returns the value of attribute category.

Returns:



765
766
767
# File 'sig/types.rbs', line 765

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:



756
757
758
# File 'sig/types.rbs', line 756

def description
  @description
end

#notifications::Array[Types::OpsItemNotification]

Returns the value of attribute notifications.

Returns:



759
760
761
# File 'sig/types.rbs', line 759

def notifications
  @notifications
end

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

Returns the value of attribute operational_data.

Returns:



758
759
760
# File 'sig/types.rbs', line 758

def operational_data
  @operational_data
end

#ops_item_type::String

Returns the value of attribute ops_item_type.

Returns:



757
758
759
# File 'sig/types.rbs', line 757

def ops_item_type
  @ops_item_type
end

#planned_end_time::Time

Returns the value of attribute planned_end_time.

Returns:



770
771
772
# File 'sig/types.rbs', line 770

def planned_end_time
  @planned_end_time
end

#planned_start_time::Time

Returns the value of attribute planned_start_time.

Returns:



769
770
771
# File 'sig/types.rbs', line 769

def planned_start_time
  @planned_start_time
end

#priority::Integer

Returns the value of attribute priority.

Returns:



760
761
762
# File 'sig/types.rbs', line 760

def priority
  @priority
end

Returns the value of attribute related_ops_items.

Returns:



761
762
763
# File 'sig/types.rbs', line 761

def related_ops_items
  @related_ops_items
end

#severity::String

Returns the value of attribute severity.

Returns:



766
767
768
# File 'sig/types.rbs', line 766

def severity
  @severity
end

#source::String

Returns the value of attribute source.

Returns:



762
763
764
# File 'sig/types.rbs', line 762

def source
  @source
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



764
765
766
# File 'sig/types.rbs', line 764

def tags
  @tags
end

#title::String

Returns the value of attribute title.

Returns:



763
764
765
# File 'sig/types.rbs', line 763

def title
  @title
end