Class: Aws::Types::DiskSnapshot

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



1192
1193
1194
# File 'sig/types.rbs', line 1192

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



1194
1195
1196
# File 'sig/types.rbs', line 1194

def created_at
  @created_at
end

#from_disk_arn::String

Returns the value of attribute from_disk_arn.

Returns:



1202
1203
1204
# File 'sig/types.rbs', line 1202

def from_disk_arn
  @from_disk_arn
end

#from_disk_name::String

Returns the value of attribute from_disk_name.

Returns:



1201
1202
1203
# File 'sig/types.rbs', line 1201

def from_disk_name
  @from_disk_name
end

#from_instance_arn::String

Returns the value of attribute from_instance_arn.

Returns:



1204
1205
1206
# File 'sig/types.rbs', line 1204

def from_instance_arn
  @from_instance_arn
end

#from_instance_name::String

Returns the value of attribute from_instance_name.

Returns:



1203
1204
1205
# File 'sig/types.rbs', line 1203

def from_instance_name
  @from_instance_name
end

#is_from_auto_snapshotBoolean

Returns the value of attribute is_from_auto_snapshot.

Returns:



1205
1206
1207
# File 'sig/types.rbs', line 1205

def is_from_auto_snapshot
  @is_from_auto_snapshot
end

#locationTypes::ResourceLocation

Returns the value of attribute location.

Returns:



1195
1196
1197
# File 'sig/types.rbs', line 1195

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:



1191
1192
1193
# File 'sig/types.rbs', line 1191

def name
  @name
end

#progress::String

Returns the value of attribute progress.

Returns:



1200
1201
1202
# File 'sig/types.rbs', line 1200

def progress
  @progress
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.

Returns:



1196
1197
1198
# File 'sig/types.rbs', line 1196

def resource_type
  @resource_type
end

#size_in_gb::Integer

Returns the value of attribute size_in_gb.

Returns:



1198
1199
1200
# File 'sig/types.rbs', line 1198

def size_in_gb
  @size_in_gb
end

#state"pending", ...

Returns the value of attribute state.

Returns:



1199
1200
1201
# File 'sig/types.rbs', line 1199

def state
  @state
end

#support_code::String

Returns the value of attribute support_code.

Returns:



1193
1194
1195
# File 'sig/types.rbs', line 1193

def support_code
  @support_code
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1197
1198
1199
# File 'sig/types.rbs', line 1197

def tags
  @tags
end