Class: Aws::Types::UpdateEnvironmentConnectorRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#appliance_fqdn::String

Returns the value of attribute appliance_fqdn.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def appliance_fqdn
  @appliance_fqdn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def client_token
  @client_token
end

#connector_id::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def connector_id
  @connector_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def environment_id
  @environment_id
end

#secret_identifier::String

Returns the value of attribute secret_identifier.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def secret_identifier
  @secret_identifier
end