Class: Aws::Types::BundleInstanceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def dry_run
  @dry_run
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def instance_id
  @instance_id
end

#storageTypes::Storage

Returns the value of attribute storage.

Returns:



1091
1092
1093
# File 'sig/types.rbs', line 1091

def storage
  @storage
end