Class: Aws::RTBFabric::Types::CreateRequesterGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::CreateRequesterGatewayResponse
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name of the requester gateway.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#status ⇒ String
The status of the request.
Instance Attribute Details
#domain_name ⇒ String
The domain name of the requester gateway.
454 455 456 457 458 459 460 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 454 class CreateRequesterGatewayResponse < Struct.new( :gateway_id, :domain_name, :status) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
454 455 456 457 458 459 460 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 454 class CreateRequesterGatewayResponse < Struct.new( :gateway_id, :domain_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the request.
454 455 456 457 458 459 460 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 454 class CreateRequesterGatewayResponse < Struct.new( :gateway_id, :domain_name, :status) SENSITIVE = [] include Aws::Structure end |