Class: Aws::Types::Disk

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#add_ons::Array[Types::AddOn]

Returns the value of attribute add_ons.

Returns:



1162
1163
1164
# File 'sig/types.rbs', line 1162

def add_ons
  @add_ons
end

#arn::String

Returns the value of attribute arn.

Returns:



1156
1157
1158
# File 'sig/types.rbs', line 1156

def arn
  @arn
end

#attached_to::String

Returns the value of attribute attached_to.

Returns:



1168
1169
1170
# File 'sig/types.rbs', line 1168

def attached_to
  @attached_to
end

#attachment_state::String

Returns the value of attribute attachment_state.

Returns:



1170
1171
1172
# File 'sig/types.rbs', line 1170

def attachment_state
  @attachment_state
end

#auto_mount_status"Failed", ...

Returns the value of attribute auto_mount_status.

Returns:



1172
1173
1174
# File 'sig/types.rbs', line 1172

def auto_mount_status
  @auto_mount_status
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



1158
1159
1160
# File 'sig/types.rbs', line 1158

def created_at
  @created_at
end

#gb_in_use::Integer

Returns the value of attribute gb_in_use.

Returns:



1171
1172
1173
# File 'sig/types.rbs', line 1171

def gb_in_use
  @gb_in_use
end

#iops::Integer

Returns the value of attribute iops.

Returns:



1165
1166
1167
# File 'sig/types.rbs', line 1165

def iops
  @iops
end

#is_attachedBoolean

Returns the value of attribute is_attached.

Returns:



1169
1170
1171
# File 'sig/types.rbs', line 1169

def is_attached
  @is_attached
end

#is_system_diskBoolean

Returns the value of attribute is_system_disk.

Returns:



1164
1165
1166
# File 'sig/types.rbs', line 1164

def is_system_disk
  @is_system_disk
end

#locationTypes::ResourceLocation

Returns the value of attribute location.

Returns:



1159
1160
1161
# File 'sig/types.rbs', line 1159

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:



1155
1156
1157
# File 'sig/types.rbs', line 1155

def name
  @name
end

#path::String

Returns the value of attribute path.

Returns:



1166
1167
1168
# File 'sig/types.rbs', line 1166

def path
  @path
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.

Returns:



1160
1161
1162
# File 'sig/types.rbs', line 1160

def resource_type
  @resource_type
end

#size_in_gb::Integer

Returns the value of attribute size_in_gb.

Returns:



1163
1164
1165
# File 'sig/types.rbs', line 1163

def size_in_gb
  @size_in_gb
end

#state"pending", ...

Returns the value of attribute state.

Returns:



1167
1168
1169
# File 'sig/types.rbs', line 1167

def state
  @state
end

#support_code::String

Returns the value of attribute support_code.

Returns:



1157
1158
1159
# File 'sig/types.rbs', line 1157

def support_code
  @support_code
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1161
1162
1163
# File 'sig/types.rbs', line 1161

def tags
  @tags
end