Method: Aws::VPCLattice::Types::ResourceConfigurationSummary#amazon_managed
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
#amazon_managed ⇒ Boolean
Indicates whether the resource configuration was created and is managed by Amazon.
4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4217 class ResourceConfigurationSummary < Struct.new( :id, :name, :arn, :resource_gateway_id, :resource_configuration_group_id, :type, :status, :amazon_managed, :created_at, :last_updated_at, :custom_domain_name, :domain_verification_id, :group_domain) SENSITIVE = [] include Aws::Structure end |