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)


3151
3152
3153
# File 'sig/types.rbs', line 3151

def bucket
  @bucket
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3155
3156
3157
# File 'sig/types.rbs', line 3155

def dry_run
  @dry_run
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3153
3154
3155
# File 'sig/types.rbs', line 3153

def name
  @name
end

#object_key::String

Returns the value of attribute object_key.

Returns:

  • (::String)


3152
3153
3154
# File 'sig/types.rbs', line 3152

def object_key
  @object_key
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3154
3155
3156
# File 'sig/types.rbs', line 3154

def tag_specifications
  @tag_specifications
end