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)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def name
  @name
end

#provider"AZURE"

Returns the value of attribute provider.

Returns:

  • ("AZURE")


1054
1055
1056
# File 'sig/types.rbs', line 1054

def provider
  @provider
end

#provider_detailTypes::ProviderDetailCreate

Returns the value of attribute provider_detail.



1056
1057
1058
# File 'sig/types.rbs', line 1056

def provider_detail
  @provider_detail
end

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

Returns the value of attribute tags.

Returns:

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


1057
1058
1059
# File 'sig/types.rbs', line 1057

def tags
  @tags
end