Class: Aws::Types::Connector
- Inherits:
-
Object
- Object
- Aws::Types::Connector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
-
#certificate_enrollment_policy_server_endpoint ⇒ ::String
Returns the value of attribute certificate_enrollment_policy_server_endpoint.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ "CA_CERTIFICATE_REGISTRATION_FAILED", ...
Returns the value of attribute status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#vpc_information ⇒ Types::VpcInformation
Returns the value of attribute vpc_information.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
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.
77 78 79 |
# File 'sig/types.rbs', line 77 def @certificate_authority_arn end |
#certificate_enrollment_policy_server_endpoint ⇒ ::String
Returns the value of attribute certificate_enrollment_policy_server_endpoint.
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.
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.
80 81 82 |
# File 'sig/types.rbs', line 80 def directory_id @directory_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
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.
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.
83 84 85 |
# File 'sig/types.rbs', line 83 def updated_at @updated_at end |
#vpc_information ⇒ Types::VpcInformation
Returns the value of attribute vpc_information.
84 85 86 |
# File 'sig/types.rbs', line 84 def vpc_information @vpc_information end |