Class: Aws::Types::CreateDelegateMacVolumeOwnershipTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:mac_credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2272
2273
2274
# File 'sig/types.rbs', line 2272

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2273
2274
2275
# File 'sig/types.rbs', line 2273

def dry_run
  @dry_run
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2274
2275
2276
# File 'sig/types.rbs', line 2274

def instance_id
  @instance_id
end

#mac_credentials::String

Returns the value of attribute mac_credentials.

Returns:

  • (::String)


2275
2276
2277
# File 'sig/types.rbs', line 2275

def mac_credentials
  @mac_credentials
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2276
2277
2278
# File 'sig/types.rbs', line 2276

def tag_specifications
  @tag_specifications
end