Class: Aws::Types::DeleteEnvironmentConnectorRequest

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)


141
142
143
# File 'sig/types.rbs', line 141

def client_token
  @client_token
end

#connector_id::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def connector_id
  @connector_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def environment_id
  @environment_id
end