Method: Aws::VPCLattice::Types::CreateResourceConfigurationResponse#id
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
#id ⇒ String
The ID of the resource configuration.
548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 548 class CreateResourceConfigurationResponse < Struct.new( :id, :name, :arn, :resource_gateway_id, :resource_configuration_group_id, :type, :port_ranges, :protocol, :status, :resource_configuration_definition, :allow_association_to_shareable_service_network, :created_at, :failure_reason, :custom_domain_name, :domain_verification_id, :group_domain, :domain_verification_arn) SENSITIVE = [] include Aws::Structure end |