Method: Aws::VPCLattice::Types::CreateServiceNetworkResourceAssociationResponse#status
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
#status ⇒ String
The status of the association.
910 911 912 913 914 915 916 917 918 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 910 class CreateServiceNetworkResourceAssociationResponse < Struct.new( :id, :arn, :status, :created_by, :private_dns_enabled) SENSITIVE = [] include Aws::Structure end |