Class: Aws::Types::GetDeployablePatchSnapshotForInstanceResult

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:



1814
1815
1816
# File 'sig/types.rbs', line 1814

def instance_id
  @instance_id
end

#product::String

Returns the value of attribute product.

Returns:



1817
1818
1819
# File 'sig/types.rbs', line 1817

def product
  @product
end

#snapshot_download_url::String

Returns the value of attribute snapshot_download_url.

Returns:



1816
1817
1818
# File 'sig/types.rbs', line 1816

def snapshot_download_url
  @snapshot_download_url
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:



1815
1816
1817
# File 'sig/types.rbs', line 1815

def snapshot_id
  @snapshot_id
end