Class: Aws::Types::StartDataSourceRunInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


5875
5876
5877
# File 'sig/types.rbs', line 5875

def client_token
  @client_token
end

#data_source_identifier::String

Returns the value of attribute data_source_identifier.

Returns:

  • (::String)


5874
5875
5876
# File 'sig/types.rbs', line 5874

def data_source_identifier
  @data_source_identifier
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


5873
5874
5875
# File 'sig/types.rbs', line 5873

def domain_identifier
  @domain_identifier
end