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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def arn
  @arn
end

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def certificate_authority_arn
  @certificate_authority_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


62
63
64
# File 'sig/types.rbs', line 62

def created_at
  @created_at
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def endpoint
  @endpoint
end

#mobile_device_managementTypes::MobileDeviceManagement

Returns the value of attribute mobile_device_management.



57
58
59
# File 'sig/types.rbs', line 57

def mobile_device_management
  @mobile_device_management
end

#open_id_configurationTypes::OpenIdConfiguration

Returns the value of attribute open_id_configuration.



58
59
60
# File 'sig/types.rbs', line 58

def open_id_configuration
  @open_id_configuration
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED")


59
60
61
# File 'sig/types.rbs', line 59

def status
  @status
end

#status_reason"INTERNAL_FAILURE", ...

Returns the value of attribute status_reason.

Returns:

  • ("INTERNAL_FAILURE", "PRIVATECA_ACCESS_DENIED", "PRIVATECA_INVALID_STATE", "PRIVATECA_RESOURCE_NOT_FOUND", "VPC_ENDPOINT_RESOURCE_NOT_FOUND", "VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND")


60
61
62
# File 'sig/types.rbs', line 60

def status_reason
  @status_reason
end

#type"GENERAL_PURPOSE", "INTUNE"

Returns the value of attribute type.

Returns:

  • ("GENERAL_PURPOSE", "INTUNE")


56
57
58
# File 'sig/types.rbs', line 56

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


63
64
65
# File 'sig/types.rbs', line 63

def updated_at
  @updated_at
end