Module: Aws::IoTManagedIntegrations::Client::_GetDestinationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDestinationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #delivery_destination_arn ⇒ ::String
- #delivery_destination_type ⇒ "KINESIS"
- #description ⇒ ::String
- #name ⇒ ::String
- #role_arn ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
514 |
# File 'sig/client.rbs', line 514
def created_at: () -> ::Time
|
#delivery_destination_arn ⇒ ::String
510 |
# File 'sig/client.rbs', line 510
def delivery_destination_arn: () -> ::String
|
#delivery_destination_type ⇒ "KINESIS"
511 |
# File 'sig/client.rbs', line 511
def delivery_destination_type: () -> ("KINESIS")
|
#description ⇒ ::String
509 |
# File 'sig/client.rbs', line 509
def description: () -> ::String
|
#name ⇒ ::String
512 |
# File 'sig/client.rbs', line 512
def name: () -> ::String
|
#role_arn ⇒ ::String
513 |
# File 'sig/client.rbs', line 513
def role_arn: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
516 |
# File 'sig/client.rbs', line 516
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
515 |
# File 'sig/client.rbs', line 515
def updated_at: () -> ::Time
|