Class: Aws::Types::ConnectorSummary

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)


68
69
70
# File 'sig/types.rbs', line 68

def arn
  @arn
end

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def certificate_authority_arn
  @certificate_authority_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


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

def endpoint
  @endpoint
end

#mobile_device_managementTypes::MobileDeviceManagement

Returns the value of attribute mobile_device_management.



71
72
73
# File 'sig/types.rbs', line 71

def mobile_device_management
  @mobile_device_management
end

#open_id_configurationTypes::OpenIdConfiguration

Returns the value of attribute open_id_configuration.



72
73
74
# File 'sig/types.rbs', line 72

def open_id_configuration
  @open_id_configuration
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


73
74
75
# File 'sig/types.rbs', line 73

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")


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

def status_reason
  @status_reason
end

#type"GENERAL_PURPOSE", "INTUNE"

Returns the value of attribute type.

Returns:

  • ("GENERAL_PURPOSE", "INTUNE")


70
71
72
# File 'sig/types.rbs', line 70

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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

def updated_at
  @updated_at
end