Class: Aws::Types::NetworkResourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::NetworkResourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#is_middlebox ⇒ Boolean
Returns the value of attribute is_middlebox.
-
#name_tag ⇒ ::String
Returns the value of attribute name_tag.
-
#registered_gateway_arn ⇒ ::String
Returns the value of attribute registered_gateway_arn.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#definition ⇒ ::String
Returns the value of attribute definition.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def definition @definition end |
#is_middlebox ⇒ Boolean
Returns the value of attribute is_middlebox.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def is_middlebox @is_middlebox end |
#name_tag ⇒ ::String
Returns the value of attribute name_tag.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def name_tag @name_tag end |
#registered_gateway_arn ⇒ ::String
Returns the value of attribute registered_gateway_arn.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def registered_gateway_arn @registered_gateway_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def resource_arn @resource_arn end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def resource_type @resource_type end |