Class: Aws::Types::VpcInterfaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::VpcInterfaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_interface_type ⇒ "ena", "efa"
Returns the value of attribute network_interface_type.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#vpc_interface_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute vpc_interface_tags.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2698 2699 2700 |
# File 'sig/types.rbs', line 2698 def name @name end |
#network_interface_type ⇒ "ena", "efa"
Returns the value of attribute network_interface_type.
2699 2700 2701 |
# File 'sig/types.rbs', line 2699 def network_interface_type @network_interface_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2700 2701 2702 |
# File 'sig/types.rbs', line 2700 def role_arn @role_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2701 2702 2703 |
# File 'sig/types.rbs', line 2701 def security_group_ids @security_group_ids end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
2702 2703 2704 |
# File 'sig/types.rbs', line 2702 def subnet_id @subnet_id end |
#vpc_interface_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute vpc_interface_tags.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def @vpc_interface_tags end |