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)


2989
2990
2991
# File 'sig/types.rbs', line 2989

def bucket
  @bucket
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2993
2994
2995
# File 'sig/types.rbs', line 2993

def dry_run
  @dry_run
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2991
2992
2993
# File 'sig/types.rbs', line 2991

def name
  @name
end

#object_key::String

Returns the value of attribute object_key.

Returns:

  • (::String)


2990
2991
2992
# File 'sig/types.rbs', line 2990

def object_key
  @object_key
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2992
2993
2994
# File 'sig/types.rbs', line 2992

def tag_specifications
  @tag_specifications
end