Class: Aws::IoTDeviceAdvisor::Types::GetEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::GetEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdeviceadvisor/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_method ⇒ String
The authentication method used during the device connection.
-
#certificate_arn ⇒ String
The certificate ARN of the device.
-
#device_role_arn ⇒ String
The device role ARN of the device.
-
#thing_arn ⇒ String
The thing ARN of the device.
Instance Attribute Details
#authentication_method ⇒ String
The authentication method used during the device connection.
128 129 130 131 132 133 134 135 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 128 class GetEndpointRequest < Struct.new( :thing_arn, :certificate_arn, :device_role_arn, :authentication_method) SENSITIVE = [] include Aws::Structure end |
#certificate_arn ⇒ String
The certificate ARN of the device. This is an optional parameter.
128 129 130 131 132 133 134 135 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 128 class GetEndpointRequest < Struct.new( :thing_arn, :certificate_arn, :device_role_arn, :authentication_method) SENSITIVE = [] include Aws::Structure end |
#device_role_arn ⇒ String
The device role ARN of the device. This is an optional parameter.
128 129 130 131 132 133 134 135 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 128 class GetEndpointRequest < Struct.new( :thing_arn, :certificate_arn, :device_role_arn, :authentication_method) SENSITIVE = [] include Aws::Structure end |
#thing_arn ⇒ String
The thing ARN of the device. This is an optional parameter.
128 129 130 131 132 133 134 135 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 128 class GetEndpointRequest < Struct.new( :thing_arn, :certificate_arn, :device_role_arn, :authentication_method) SENSITIVE = [] include Aws::Structure end |