Class: Aws::Types::CreateConnectorV2Request

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)


5198
5199
5200
# File 'sig/types.rbs', line 5198

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5194
5195
5196
# File 'sig/types.rbs', line 5194

def description
  @description
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


5196
5197
5198
# File 'sig/types.rbs', line 5196

def kms_key_arn
  @kms_key_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5193
5194
5195
# File 'sig/types.rbs', line 5193

def name
  @name
end

#providerTypes::ProviderConfiguration

Returns the value of attribute provider.



5195
5196
5197
# File 'sig/types.rbs', line 5195

def provider
  @provider
end

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

Returns the value of attribute tags.

Returns:

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


5197
5198
5199
# File 'sig/types.rbs', line 5197

def tags
  @tags
end