Class: Aws::NetworkManager::Types::NetworkResourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::NetworkResourceSummary
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Describes a network resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definition ⇒ String
Information about the resource, in JSON format.
-
#is_middlebox ⇒ Boolean
Indicates whether this is a middlebox appliance.
-
#name_tag ⇒ String
The value for the Name tag.
-
#registered_gateway_arn ⇒ String
The ARN of the gateway.
-
#resource_arn ⇒ String
The ARN of the resource.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#definition ⇒ String
Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.
4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4956 class NetworkResourceSummary < Struct.new( :registered_gateway_arn, :resource_arn, :resource_type, :definition, :name_tag, :is_middlebox) SENSITIVE = [] include Aws::Structure end |
#is_middlebox ⇒ Boolean
Indicates whether this is a middlebox appliance.
4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4956 class NetworkResourceSummary < Struct.new( :registered_gateway_arn, :resource_arn, :resource_type, :definition, :name_tag, :is_middlebox) SENSITIVE = [] include Aws::Structure end |
#name_tag ⇒ String
The value for the Name tag.
4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4956 class NetworkResourceSummary < Struct.new( :registered_gateway_arn, :resource_arn, :resource_type, :definition, :name_tag, :is_middlebox) SENSITIVE = [] include Aws::Structure end |
#registered_gateway_arn ⇒ String
The ARN of the gateway.
4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4956 class NetworkResourceSummary < Struct.new( :registered_gateway_arn, :resource_arn, :resource_type, :definition, :name_tag, :is_middlebox) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource.
4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4956 class NetworkResourceSummary < Struct.new( :registered_gateway_arn, :resource_arn, :resource_type, :definition, :name_tag, :is_middlebox) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4956 class NetworkResourceSummary < Struct.new( :registered_gateway_arn, :resource_arn, :resource_type, :definition, :name_tag, :is_middlebox) SENSITIVE = [] include Aws::Structure end |