Class: Aws::Types::NetworkResource
- Inherits:
-
Object
- Object
- Aws::Types::NetworkResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#definition_timestamp ⇒ ::Time
Returns the value of attribute definition_timestamp.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#registered_gateway_arn ⇒ ::String
Returns the value of attribute registered_gateway_arn.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def account_id @account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def aws_region @aws_region end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def core_network_id @core_network_id end |
#definition ⇒ ::String
Returns the value of attribute definition.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def definition @definition end |
#definition_timestamp ⇒ ::Time
Returns the value of attribute definition_timestamp.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def end |
#registered_gateway_arn ⇒ ::String
Returns the value of attribute registered_gateway_arn.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def registered_gateway_arn @registered_gateway_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def resource_type @resource_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def end |