Class: Aws::NetworkSecurityManager::Types::TemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::TemplateSummary
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
Summary information about a template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_type ⇒ String
The firewall type associated with the resource.
-
#has_published_version ⇒ Boolean
Specifies whether a published version of the resource exists.
-
#status ⇒ String
The current status of the resource:
DRAFT(unpublished, editable) orACTIVE(published, in use). -
#template_arn ⇒ String
The Amazon Resource Name (ARN) of the template.
-
#template_id ⇒ String
The service-generated id of the template.
-
#template_name ⇒ String
The name of the template.
-
#updated_at ⇒ Time
The time when the resource was last updated.
-
#version ⇒ String
The version of the resource.
Instance Attribute Details
#firewall_type ⇒ String
The firewall type associated with the resource.
3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3969 class TemplateSummary < Struct.new( :template_id, :template_arn, :template_name, :status, :version, :has_published_version, :firewall_type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#has_published_version ⇒ Boolean
Specifies whether a published version of the resource exists.
3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3969 class TemplateSummary < Struct.new( :template_id, :template_arn, :template_name, :status, :version, :has_published_version, :firewall_type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the resource: DRAFT (unpublished, editable)
or ACTIVE (published, in use).
3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3969 class TemplateSummary < Struct.new( :template_id, :template_arn, :template_name, :status, :version, :has_published_version, :firewall_type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The Amazon Resource Name (ARN) of the template.
3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3969 class TemplateSummary < Struct.new( :template_id, :template_arn, :template_name, :status, :version, :has_published_version, :firewall_type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The service-generated id of the template.
3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3969 class TemplateSummary < Struct.new( :template_id, :template_arn, :template_name, :status, :version, :has_published_version, :firewall_type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the template.
3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3969 class TemplateSummary < Struct.new( :template_id, :template_arn, :template_name, :status, :version, :has_published_version, :firewall_type, :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.
3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3969 class TemplateSummary < Struct.new( :template_id, :template_arn, :template_name, :status, :version, :has_published_version, :firewall_type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the resource.
3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3969 class TemplateSummary < Struct.new( :template_id, :template_arn, :template_name, :status, :version, :has_published_version, :firewall_type, :updated_at) SENSITIVE = [] include Aws::Structure end |