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)


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

#arnString

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

Returns:

  • (String)


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_atTime

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

Returns:

  • (Time)


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

#idString

The ID of the resource configuration.

Returns:

  • (String)


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_atTime

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

Returns:

  • (Time)


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

#nameString

The name of the resource configuration.

Returns:

  • (String)


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_idString

The ID of the group resource configuration.

Returns:

  • (String)


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_idString

The ID of the resource gateway.

Returns:

  • (String)


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

#statusString

The status of the resource configuration.

Returns:

  • (String)


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

#typeString

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.

Returns:

  • (String)


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