Class: Aws::RTBFabric::Types::CreateInboundExternalLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::CreateInboundExternalLinkResponse
- 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.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#link_id ⇒ String
The unique identifier of the link.
-
#status ⇒ String
The status of the request.
Instance Attribute Details
#domain_name ⇒ String
The domain name.
227 228 229 230 231 232 233 234 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 227 class CreateInboundExternalLinkResponse < Struct.new( :gateway_id, :link_id, :status, :domain_name) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
227 228 229 230 231 232 233 234 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 227 class CreateInboundExternalLinkResponse < Struct.new( :gateway_id, :link_id, :status, :domain_name) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
227 228 229 230 231 232 233 234 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 227 class CreateInboundExternalLinkResponse < Struct.new( :gateway_id, :link_id, :status, :domain_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the request.
227 228 229 230 231 232 233 234 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 227 class CreateInboundExternalLinkResponse < Struct.new( :gateway_id, :link_id, :status, :domain_name) SENSITIVE = [] include Aws::Structure end |