Class: Aws::Types::GetEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_method ⇒ "X509ClientCertificate", "SignatureVersion4"

Returns the value of attribute authentication_method.

Returns:

  • ("X509ClientCertificate", "SignatureVersion4")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def thing_arn
  @thing_arn
end