Class: Aws::NetworkSecurityManager::Types::DeploymentSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb

Overview

Summary information about a deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_arn ⇒ String

The Amazon Resource Name (ARN) of the deployment.

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 1838

class DeploymentSummary < Struct.new(
  :deployment_id,
  :deployment_arn,
  :deployment_name,
  :status,
  :version,
  :has_published_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_id ⇒ String

The service-generated id of the deployment.

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 1838

class DeploymentSummary < Struct.new(
  :deployment_id,
  :deployment_arn,
  :deployment_name,
  :status,
  :version,
  :has_published_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_name ⇒ String

The name of the deployment.

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 1838

class DeploymentSummary < Struct.new(
  :deployment_id,
  :deployment_arn,
  :deployment_name,
  :status,
  :version,
  :has_published_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#has_published_version ⇒ Boolean

Specifies whether a published version of the resource exists.

Returns:

  • (Boolean)


1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 1838

class DeploymentSummary < Struct.new(
  :deployment_id,
  :deployment_arn,
  :deployment_name,
  :status,
  :version,
  :has_published_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The current status of the resource: DRAFT (unpublished, editable), ACTIVE (published, in use), or DISABLED (deactivated; changes cannot be published until the resource is re-enabled).

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 1838

class DeploymentSummary < Struct.new(
  :deployment_id,
  :deployment_arn,
  :deployment_name,
  :status,
  :version,
  :has_published_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The time when the resource was last updated. For a snapshot, this is the time when the snapshot was created.

Returns:

  • (Time)


1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 1838

class DeploymentSummary < Struct.new(
  :deployment_id,
  :deployment_arn,
  :deployment_name,
  :status,
  :version,
  :has_published_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#version ⇒ String

The version of the resource.

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 1838

class DeploymentSummary < Struct.new(
  :deployment_id,
  :deployment_arn,
  :deployment_name,
  :status,
  :version,
  :has_published_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end