Module: Aws::IoTWireless::Client::_GetDestinationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDestinationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #description ⇒ ::String
- #expression ⇒ ::String
- #expression_type ⇒ "RuleName", "MqttTopic"
- #name ⇒ ::String
- #role_arn ⇒ ::String
Instance Method Details
#arn ⇒ ::String
690 |
# File 'sig/client.rbs', line 690
def arn: () -> ::String
|
#description ⇒ ::String
694 |
# File 'sig/client.rbs', line 694
def description: () -> ::String
|
#expression ⇒ ::String
692 |
# File 'sig/client.rbs', line 692
def expression: () -> ::String
|
#expression_type ⇒ "RuleName", "MqttTopic"
693 |
# File 'sig/client.rbs', line 693
def expression_type: () -> ("RuleName" | "MqttTopic")
|
#name ⇒ ::String
691 |
# File 'sig/client.rbs', line 691
def name: () -> ::String
|
#role_arn ⇒ ::String
695 |
# File 'sig/client.rbs', line 695
def role_arn: () -> ::String
|