Class: Aws::Types::ConnectorSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



89
90
91
# File 'sig/types.rbs', line 89

def arn
  @arn
end

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.



90
91
92
# File 'sig/types.rbs', line 90

def certificate_authority_arn
  @certificate_authority_arn
end

#certificate_enrollment_policy_server_endpoint::String

Returns the value of attribute certificate_enrollment_policy_server_endpoint.



91
92
93
# File 'sig/types.rbs', line 91

def certificate_enrollment_policy_server_endpoint
  @certificate_enrollment_policy_server_endpoint
end

#created_at::Time

Returns the value of attribute created_at.



92
93
94
# File 'sig/types.rbs', line 92

def created_at
  @created_at
end

#directory_id::String

Returns the value of attribute directory_id.



93
94
95
# File 'sig/types.rbs', line 93

def directory_id
  @directory_id
end

#status"CREATING", ...

Returns the value of attribute status.



94
95
96
# File 'sig/types.rbs', line 94

def status
  @status
end

#status_reason"CA_CERTIFICATE_REGISTRATION_FAILED", ...

Returns the value of attribute status_reason.



95
96
97
# File 'sig/types.rbs', line 95

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.



96
97
98
# File 'sig/types.rbs', line 96

def updated_at
  @updated_at
end

#vpc_informationTypes::VpcInformation

Returns the value of attribute vpc_information.



97
98
99
# File 'sig/types.rbs', line 97

def vpc_information
  @vpc_information
end