Class: Aws::Types::InstanceSnapshot

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:

  • (::String)


2242
2243
2244
# File 'sig/types.rbs', line 2242

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2244
2245
2246
# File 'sig/types.rbs', line 2244

def created_at
  @created_at
end

#from_attached_disks::Array[Types::Disk]

Returns the value of attribute from_attached_disks.

Returns:



2250
2251
2252
# File 'sig/types.rbs', line 2250

def from_attached_disks
  @from_attached_disks
end

#from_blueprint_id::String

Returns the value of attribute from_blueprint_id.

Returns:

  • (::String)


2253
2254
2255
# File 'sig/types.rbs', line 2253

def from_blueprint_id
  @from_blueprint_id
end

#from_bundle_id::String

Returns the value of attribute from_bundle_id.

Returns:

  • (::String)


2254
2255
2256
# File 'sig/types.rbs', line 2254

def from_bundle_id
  @from_bundle_id
end

#from_instance_arn::String

Returns the value of attribute from_instance_arn.

Returns:

  • (::String)


2252
2253
2254
# File 'sig/types.rbs', line 2252

def from_instance_arn
  @from_instance_arn
end

#from_instance_name::String

Returns the value of attribute from_instance_name.

Returns:

  • (::String)


2251
2252
2253
# File 'sig/types.rbs', line 2251

def from_instance_name
  @from_instance_name
end

#is_from_auto_snapshotBoolean

Returns the value of attribute is_from_auto_snapshot.

Returns:

  • (Boolean)


2255
2256
2257
# File 'sig/types.rbs', line 2255

def is_from_auto_snapshot
  @is_from_auto_snapshot
end

#locationTypes::ResourceLocation

Returns the value of attribute location.



2245
2246
2247
# File 'sig/types.rbs', line 2245

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2241
2242
2243
# File 'sig/types.rbs', line 2241

def name
  @name
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


2249
2250
2251
# File 'sig/types.rbs', line 2249

def progress
  @progress
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.



2246
2247
2248
# File 'sig/types.rbs', line 2246

def resource_type
  @resource_type
end

#size_in_gb::Integer

Returns the value of attribute size_in_gb.

Returns:

  • (::Integer)


2256
2257
2258
# File 'sig/types.rbs', line 2256

def size_in_gb
  @size_in_gb
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "error", "available")


2248
2249
2250
# File 'sig/types.rbs', line 2248

def state
  @state
end

#support_code::String

Returns the value of attribute support_code.

Returns:

  • (::String)


2243
2244
2245
# File 'sig/types.rbs', line 2243

def support_code
  @support_code
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2247
2248
2249
# File 'sig/types.rbs', line 2247

def tags
  @tags
end