Class: Aws::VPCLattice::Types::ResourceConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ResourceConfigurationSummary
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Summary information about a resource configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amazon_managed ⇒ Boolean
Indicates whether the resource configuration was created and is managed by Amazon.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource configuration.
-
#created_at ⇒ Time
The date and time that the resource configuration was created, in ISO-8601 format.
-
#id ⇒ String
The ID of the resource configuration.
-
#last_updated_at ⇒ Time
The most recent date and time that the resource configuration was updated, in ISO-8601 format.
-
#name ⇒ String
The name of the resource configuration.
-
#resource_configuration_group_id ⇒ String
The ID of the group resource configuration.
-
#resource_gateway_id ⇒ String
The ID of the resource gateway.
-
#status ⇒ String
The status of the resource configuration.
-
#type ⇒ String
The type of resource configuration.
Instance Attribute Details
#amazon_managed ⇒ Boolean
Indicates whether the resource configuration was created and is managed by Amazon.
3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3795 class ResourceConfigurationSummary < Struct.new( :amazon_managed, :arn, :created_at, :id, :last_updated_at, :name, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource configuration.
3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3795 class ResourceConfigurationSummary < Struct.new( :amazon_managed, :arn, :created_at, :id, :last_updated_at, :name, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the resource configuration was created, in ISO-8601 format.
3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3795 class ResourceConfigurationSummary < Struct.new( :amazon_managed, :arn, :created_at, :id, :last_updated_at, :name, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the resource configuration.
3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3795 class ResourceConfigurationSummary < Struct.new( :amazon_managed, :arn, :created_at, :id, :last_updated_at, :name, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The most recent date and time that the resource configuration was updated, in ISO-8601 format.
3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3795 class ResourceConfigurationSummary < Struct.new( :amazon_managed, :arn, :created_at, :id, :last_updated_at, :name, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource configuration.
3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3795 class ResourceConfigurationSummary < Struct.new( :amazon_managed, :arn, :created_at, :id, :last_updated_at, :name, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_group_id ⇒ String
The ID of the group resource configuration.
3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3795 class ResourceConfigurationSummary < Struct.new( :amazon_managed, :arn, :created_at, :id, :last_updated_at, :name, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#resource_gateway_id ⇒ String
The ID of the resource gateway.
3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3795 class ResourceConfigurationSummary < Struct.new( :amazon_managed, :arn, :created_at, :id, :last_updated_at, :name, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the resource configuration.
3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3795 class ResourceConfigurationSummary < Struct.new( :amazon_managed, :arn, :created_at, :id, :last_updated_at, :name, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of resource configuration.
SINGLE
- A single resource.GROUP
- A group of resources.CHILD
- A single resource that is part of a group resource configuration.ARN
- An Amazon Web Services resource.
3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3795 class ResourceConfigurationSummary < Struct.new( :amazon_managed, :arn, :created_at, :id, :last_updated_at, :name, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |