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

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def certificate_authority_arn
  @certificate_authority_arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def client_token
  @client_token
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def directory_id
  @directory_id
end

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

Returns the value of attribute tags.

Returns:

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


105
106
107
# File 'sig/types.rbs', line 105

def tags
  @tags
end

#vpc_informationTypes::VpcInformation

Returns the value of attribute vpc_information.



106
107
108
# File 'sig/types.rbs', line 106

def vpc_information
  @vpc_information
end