Class: Aws::VPCLattice::Types::ResourceConfigurationSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#amazon_managedBoolean

Indicates whether the resource configuration was created and is managed by Amazon.

Returns:

  • (Boolean)


3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3871

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the resource configuration.

Returns:

  • (String)


3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3871

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the resource configuration was created, in ISO-8601 format.

Returns:

  • (Time)


3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3871

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the resource configuration.

Returns:

  • (String)


3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3871

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The most recent date and time that the resource configuration was updated, in ISO-8601 format.

Returns:

  • (Time)


3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3871

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource configuration.

Returns:

  • (String)


3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3871

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_group_idString

The ID of the group resource configuration.

Returns:

  • (String)


3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3871

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#resource_gateway_idString

The ID of the resource gateway.

Returns:

  • (String)


3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3871

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the resource configuration.

Returns:

  • (String)


3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3871

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of resource configuration.

  • SINGLE - A single resource.

  • GROUP - A group of resources. You must create a group resource configuration before you create a child resource configuration.

  • CHILD - A single resource that is part of a group resource configuration.

  • ARN - An Amazon Web Services resource.

Returns:

  • (String)


3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3871

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end