Class: Aws::NetworkSecurityManager::Types::DeploymentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::DeploymentSummary
- 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
-
#deployment_arn ⇒ String
The Amazon Resource Name (ARN) of the deployment.
-
#deployment_id ⇒ String
The service-generated id of the deployment.
-
#deployment_name ⇒ String
The name of the deployment.
-
#has_published_version ⇒ Boolean
Specifies whether a published version of the resource exists.
-
#status ⇒ String
The current status of the resource:
DRAFT(unpublished, editable),ACTIVE(published, in use), orDISABLED(deactivated; changes cannot be published until the resource is re-enabled). -
#updated_at ⇒ Time
The time when the resource was last updated.
-
#version ⇒ String
The version of the resource.
Instance Attribute Details
#deployment_arn ⇒ String
The Amazon Resource Name (ARN) of the deployment.
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.
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.
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.
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).
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.
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.
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 |