Class: Aws::Types::AdministrativeAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#administrative_action_type"FILE_SYSTEM_UPDATE", ...

Returns the value of attribute administrative_action_type.

Returns:

  • ("FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT", "DOWNLOAD_DATA_FROM_BACKUP")


32
33
34
# File 'sig/types.rbs', line 32

def administrative_action_type
  @administrative_action_type
end

#failure_detailsTypes::AdministrativeActionFailureDetails

Returns the value of attribute failure_details.



37
38
39
# File 'sig/types.rbs', line 37

def failure_details
  @failure_details
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def message
  @message
end

#progress_percent::Integer

Returns the value of attribute progress_percent.

Returns:

  • (::Integer)


33
34
35
# File 'sig/types.rbs', line 33

def progress_percent
  @progress_percent
end

#remaining_transfer_bytes::Integer

Returns the value of attribute remaining_transfer_bytes.

Returns:

  • (::Integer)


41
42
43
# File 'sig/types.rbs', line 41

def remaining_transfer_bytes
  @remaining_transfer_bytes
end

#request_time::Time

Returns the value of attribute request_time.

Returns:

  • (::Time)


34
35
36
# File 'sig/types.rbs', line 34

def request_time
  @request_time
end

#status"FAILED", ...

Returns the value of attribute status.

Returns:

  • ("FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING", "OPTIMIZING", "PAUSED", "CANCELLED")


35
36
37
# File 'sig/types.rbs', line 35

def status
  @status
end

#target_file_system_valuesTypes::FileSystem

Returns the value of attribute target_file_system_values.

Returns:



36
37
38
# File 'sig/types.rbs', line 36

def target_file_system_values
  @target_file_system_values
end

#target_snapshot_valuesTypes::Snapshot

Returns the value of attribute target_snapshot_values.

Returns:



39
40
41
# File 'sig/types.rbs', line 39

def target_snapshot_values
  @target_snapshot_values
end

#target_volume_valuesTypes::Volume

Returns the value of attribute target_volume_values.

Returns:



38
39
40
# File 'sig/types.rbs', line 38

def target_volume_values
  @target_volume_values
end

#total_transfer_bytes::Integer

Returns the value of attribute total_transfer_bytes.

Returns:

  • (::Integer)


40
41
42
# File 'sig/types.rbs', line 40

def total_transfer_bytes
  @total_transfer_bytes
end