Class: Aws::Types::CreateRestoreImageTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


3101
3102
3103
# File 'sig/types.rbs', line 3101

def bucket
  @bucket
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3105
3106
3107
# File 'sig/types.rbs', line 3105

def dry_run
  @dry_run
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3103
3104
3105
# File 'sig/types.rbs', line 3103

def name
  @name
end

#object_key::String

Returns the value of attribute object_key.

Returns:

  • (::String)


3102
3103
3104
# File 'sig/types.rbs', line 3102

def object_key
  @object_key
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3104
3105
3106
# File 'sig/types.rbs', line 3104

def tag_specifications
  @tag_specifications
end