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)


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

def arn
  @arn
end

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


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

def certificate_authority_arn
  @certificate_authority_arn
end

#certificate_enrollment_policy_server_endpoint::String

Returns the value of attribute certificate_enrollment_policy_server_endpoint.

Returns:

  • (::String)


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

def certificate_enrollment_policy_server_endpoint
  @certificate_enrollment_policy_server_endpoint
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


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

def directory_id
  @directory_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


81
82
83
# File 'sig/types.rbs', line 81

def status
  @status
end

#status_reason"CA_CERTIFICATE_REGISTRATION_FAILED", ...

Returns the value of attribute status_reason.

Returns:

  • ("CA_CERTIFICATE_REGISTRATION_FAILED", "DIRECTORY_ACCESS_DENIED", "INTERNAL_FAILURE", "INSUFFICIENT_FREE_ADDRESSES", "INVALID_SUBNET_IP_PROTOCOL", "PRIVATECA_ACCESS_DENIED", "PRIVATECA_RESOURCE_NOT_FOUND", "SECURITY_GROUP_NOT_IN_VPC", "VPC_ACCESS_DENIED", "VPC_ENDPOINT_LIMIT_EXCEEDED", "VPC_RESOURCE_NOT_FOUND")


82
83
84
# File 'sig/types.rbs', line 82

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


83
84
85
# File 'sig/types.rbs', line 83

def updated_at
  @updated_at
end

#vpc_informationTypes::VpcInformation

Returns the value of attribute vpc_information.



84
85
86
# File 'sig/types.rbs', line 84

def vpc_information
  @vpc_information
end