Class: Aws::Types::CreateEnvironmentConnectorRequest

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)


78
79
80
# File 'sig/types.rbs', line 78

def appliance_fqdn
  @appliance_fqdn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def client_token
  @client_token
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def environment_id
  @environment_id
end

#secret_identifier::String

Returns the value of attribute secret_identifier.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def secret_identifier
  @secret_identifier
end

#type"OPERATIONS_MANAGER", ...

Returns the value of attribute type.

Returns:

  • ("OPERATIONS_MANAGER", "SDDC_MANAGER", "VCENTER")


77
78
79
# File 'sig/types.rbs', line 77

def type
  @type
end