Class: Aws::NetworkSecurityManager::Types::ScopeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::ScopeSummary
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
Summary information about a scope.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#has_published_version ⇒ Boolean
Specifies whether a published version of the resource exists.
-
#scope_arn ⇒ String
The Amazon Resource Name (ARN) of the scope.
-
#scope_id ⇒ String
The service-generated id of the scope.
-
#scope_name ⇒ String
The name of the scope.
-
#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
#has_published_version ⇒ Boolean
Specifies whether a published version of the resource exists.
3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3801 class ScopeSummary < Struct.new( :scope_id, :scope_arn, :scope_name, :status, :version, :has_published_version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#scope_arn ⇒ String
The Amazon Resource Name (ARN) of the scope.
3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3801 class ScopeSummary < Struct.new( :scope_id, :scope_arn, :scope_name, :status, :version, :has_published_version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#scope_id ⇒ String
The service-generated id of the scope.
3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3801 class ScopeSummary < Struct.new( :scope_id, :scope_arn, :scope_name, :status, :version, :has_published_version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#scope_name ⇒ String
The name of the scope.
3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3801 class ScopeSummary < Struct.new( :scope_id, :scope_arn, :scope_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).
3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3801 class ScopeSummary < Struct.new( :scope_id, :scope_arn, :scope_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.
3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3801 class ScopeSummary < Struct.new( :scope_id, :scope_arn, :scope_name, :status, :version, :has_published_version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the resource.
3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3801 class ScopeSummary < Struct.new( :scope_id, :scope_arn, :scope_name, :status, :version, :has_published_version, :updated_at) SENSITIVE = [] include Aws::Structure end |