Class: Aws::VPCLattice::Types::DeleteResourceConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteResourceConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_configuration_identifier ⇒ String
The ID or ARN of the resource configuration.
Instance Attribute Details
#resource_configuration_identifier ⇒ String
The ID or ARN of the resource configuration.
1229 1230 1231 1232 1233 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1229 class DeleteResourceConfigurationRequest < Struct.new( :resource_configuration_identifier) SENSITIVE = [] include Aws::Structure end |