Class: Aws::Types::GetDeployablePatchSnapshotForInstanceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_overrideTypes::BaselineOverride

Returns the value of attribute baseline_override.



1808
1809
1810
# File 'sig/types.rbs', line 1808

def baseline_override
  @baseline_override
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1806
1807
1808
# File 'sig/types.rbs', line 1806

def instance_id
  @instance_id
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


1807
1808
1809
# File 'sig/types.rbs', line 1807

def snapshot_id
  @snapshot_id
end

#use_s3_dual_stack_endpointBoolean

Returns the value of attribute use_s3_dual_stack_endpoint.

Returns:

  • (Boolean)


1809
1810
1811
# File 'sig/types.rbs', line 1809

def use_s3_dual_stack_endpoint
  @use_s3_dual_stack_endpoint
end