Class: Aws::Types::VolumeStatusItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::VolumeStatusAction]

Returns the value of attribute actions.

Returns:



19264
19265
19266
# File 'sig/types.rbs', line 19264

def actions
  @actions
end

#attachment_statuses::Array[Types::VolumeStatusAttachmentStatus]

Returns the value of attribute attachment_statuses.



19270
19271
19272
# File 'sig/types.rbs', line 19270

def attachment_statuses
  @attachment_statuses
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


19265
19266
19267
# File 'sig/types.rbs', line 19265

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


19272
19273
19274
# File 'sig/types.rbs', line 19272

def availability_zone_id
  @availability_zone_id
end

#events::Array[Types::VolumeStatusEvent]

Returns the value of attribute events.

Returns:



19267
19268
19269
# File 'sig/types.rbs', line 19267

def events
  @events
end

#initialization_status_detailsTypes::InitializationStatusDetails

Returns the value of attribute initialization_status_details.



19271
19272
19273
# File 'sig/types.rbs', line 19271

def initialization_status_details
  @initialization_status_details
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



19273
19274
19275
# File 'sig/types.rbs', line 19273

def operator
  @operator
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


19266
19267
19268
# File 'sig/types.rbs', line 19266

def outpost_arn
  @outpost_arn
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


19268
19269
19270
# File 'sig/types.rbs', line 19268

def volume_id
  @volume_id
end

#volume_statusTypes::VolumeStatusInfo

Returns the value of attribute volume_status.



19269
19270
19271
# File 'sig/types.rbs', line 19269

def volume_status
  @volume_status
end