Class: Aws::Types::StartBulkDeploymentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_client_token::String

Returns the value of attribute amzn_client_token.

Returns:

  • (::String)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def amzn_client_token
  @amzn_client_token
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def execution_role_arn
  @execution_role_arn
end

#input_file_uri::String

Returns the value of attribute input_file_uri.

Returns:

  • (::String)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def input_file_uri
  @input_file_uri
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1393
1394
1395
# File 'sig/types.rbs', line 1393

def tags
  @tags
end