Class: Aws::Types::Connector

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)


41
42
43
# File 'sig/types.rbs', line 41

def appliance_fqdn
  @appliance_fqdn
end

#checks::Array[Types::ConnectorCheck]

Returns the value of attribute checks.

Returns:



46
47
48
# File 'sig/types.rbs', line 46

def checks
  @checks
end

#connector_id::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def connector_id
  @connector_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


47
48
49
# File 'sig/types.rbs', line 47

def created_at
  @created_at
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def environment_id
  @environment_id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


48
49
50
# File 'sig/types.rbs', line 48

def modified_at
  @modified_at
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def secret_arn
  @secret_arn
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETED")


43
44
45
# File 'sig/types.rbs', line 43

def state
  @state
end

#state_details::String

Returns the value of attribute state_details.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def state_details
  @state_details
end

#status"PASSED", ...

Returns the value of attribute status.

Returns:

  • ("PASSED", "FAILED", "UNKNOWN")


45
46
47
# File 'sig/types.rbs', line 45

def status
  @status
end

#type"OPERATIONS_MANAGER", ...

Returns the value of attribute type.

Returns:

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


40
41
42
# File 'sig/types.rbs', line 40

def type
  @type
end