Class: Aws::Types::CreateConnectorRequest

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)


5180
5181
5182
# File 'sig/types.rbs', line 5180

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5177
5178
5179
# File 'sig/types.rbs', line 5177

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5176
5177
5178
# File 'sig/types.rbs', line 5176

def name
  @name
end

#providerTypes::CspmProviderConfiguration

Returns the value of attribute provider.



5178
5179
5180
# File 'sig/types.rbs', line 5178

def provider
  @provider
end

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

Returns the value of attribute tags.

Returns:

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


5179
5180
5181
# File 'sig/types.rbs', line 5179

def tags
  @tags
end