Class: Aws::Types::DescribeSnapshotAttributeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute"productCodes", "createVolumePermission"

Returns the value of attribute attribute.

Returns:

  • ("productCodes", "createVolumePermission")


7370
7371
7372
# File 'sig/types.rbs', line 7370

def attribute
  @attribute
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


7372
7373
7374
# File 'sig/types.rbs', line 7372

def dry_run
  @dry_run
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


7371
7372
7373
# File 'sig/types.rbs', line 7371

def snapshot_id
  @snapshot_id
end