Class: Aws::Types::GetEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_method ⇒ "X509ClientCertificate", "SignatureVersion4"
Returns the value of attribute authentication_method.
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#device_role_arn ⇒ ::String
Returns the value of attribute device_role_arn.
-
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
Instance Attribute Details
#authentication_method ⇒ "X509ClientCertificate", "SignatureVersion4"
Returns the value of attribute authentication_method.
50 51 52 |
# File 'sig/types.rbs', line 50 def authentication_method @authentication_method end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
48 49 50 |
# File 'sig/types.rbs', line 48 def certificate_arn @certificate_arn end |
#device_role_arn ⇒ ::String
Returns the value of attribute device_role_arn.
49 50 51 |
# File 'sig/types.rbs', line 49 def device_role_arn @device_role_arn end |
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
47 48 49 |
# File 'sig/types.rbs', line 47 def thing_arn @thing_arn end |