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)


2384
2385
2386
# File 'sig/types.rbs', line 2384

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2385
2386
2387
# File 'sig/types.rbs', line 2385

def dry_run
  @dry_run
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2386
2387
2388
# File 'sig/types.rbs', line 2386

def instance_id
  @instance_id
end

#mac_credentials::String

Returns the value of attribute mac_credentials.

Returns:

  • (::String)


2387
2388
2389
# File 'sig/types.rbs', line 2387

def mac_credentials
  @mac_credentials
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2388
2389
2390
# File 'sig/types.rbs', line 2388

def tag_specifications
  @tag_specifications
end