Class: Aws::Types::OpsItem

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:



3271
3272
3273
# File 'sig/types.rbs', line 3271

def actual_end_time
  @actual_end_time
end

#actual_start_time::Time

Returns the value of attribute actual_start_time.

Returns:



3270
3271
3272
# File 'sig/types.rbs', line 3270

def actual_start_time
  @actual_start_time
end

#category::String

Returns the value of attribute category.

Returns:



3268
3269
3270
# File 'sig/types.rbs', line 3268

def category
  @category
end

#created_by::String

Returns the value of attribute created_by.

Returns:



3253
3254
3255
# File 'sig/types.rbs', line 3253

def created_by
  @created_by
end

#created_time::Time

Returns the value of attribute created_time.

Returns:



3255
3256
3257
# File 'sig/types.rbs', line 3255

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:



3256
3257
3258
# File 'sig/types.rbs', line 3256

def description
  @description
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:



3257
3258
3259
# File 'sig/types.rbs', line 3257

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



3258
3259
3260
# File 'sig/types.rbs', line 3258

def last_modified_time
  @last_modified_time
end

#notifications::Array[Types::OpsItemNotification]

Returns the value of attribute notifications.

Returns:



3259
3260
3261
# File 'sig/types.rbs', line 3259

def notifications
  @notifications
end

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

Returns the value of attribute operational_data.

Returns:



3267
3268
3269
# File 'sig/types.rbs', line 3267

def operational_data
  @operational_data
end

#ops_item_arn::String

Returns the value of attribute ops_item_arn.

Returns:



3274
3275
3276
# File 'sig/types.rbs', line 3274

def ops_item_arn
  @ops_item_arn
end

#ops_item_id::String

Returns the value of attribute ops_item_id.

Returns:



3263
3264
3265
# File 'sig/types.rbs', line 3263

def ops_item_id
  @ops_item_id
end

#ops_item_type::String

Returns the value of attribute ops_item_type.

Returns:



3254
3255
3256
# File 'sig/types.rbs', line 3254

def ops_item_type
  @ops_item_type
end

#planned_end_time::Time

Returns the value of attribute planned_end_time.

Returns:



3273
3274
3275
# File 'sig/types.rbs', line 3273

def planned_end_time
  @planned_end_time
end

#planned_start_time::Time

Returns the value of attribute planned_start_time.

Returns:



3272
3273
3274
# File 'sig/types.rbs', line 3272

def planned_start_time
  @planned_start_time
end

#priority::Integer

Returns the value of attribute priority.

Returns:



3260
3261
3262
# File 'sig/types.rbs', line 3260

def priority
  @priority
end

Returns the value of attribute related_ops_items.

Returns:



3261
3262
3263
# File 'sig/types.rbs', line 3261

def related_ops_items
  @related_ops_items
end

#severity::String

Returns the value of attribute severity.

Returns:



3269
3270
3271
# File 'sig/types.rbs', line 3269

def severity
  @severity
end

#source::String

Returns the value of attribute source.

Returns:



3266
3267
3268
# File 'sig/types.rbs', line 3266

def source
  @source
end

#status"Open", ...

Returns the value of attribute status.

Returns:



3262
3263
3264
# File 'sig/types.rbs', line 3262

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:



3265
3266
3267
# File 'sig/types.rbs', line 3265

def title
  @title
end

#version::String

Returns the value of attribute version.

Returns:



3264
3265
3266
# File 'sig/types.rbs', line 3264

def version
  @version
end