Class: Aws::Types::CreateNetworkInterfacePermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkInterfacePermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_service ⇒ ::String
Returns the value of attribute aws_service.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#permission ⇒ "INSTANCE-ATTACH", "EIP-ASSOCIATE"
Returns the value of attribute permission.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
3048 3049 3050 |
# File 'sig/types.rbs', line 3048 def aws_account_id @aws_account_id end |
#aws_service ⇒ ::String
Returns the value of attribute aws_service.
3049 3050 3051 |
# File 'sig/types.rbs', line 3049 def aws_service @aws_service end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3051 3052 3053 |
# File 'sig/types.rbs', line 3051 def dry_run @dry_run end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
3047 3048 3049 |
# File 'sig/types.rbs', line 3047 def network_interface_id @network_interface_id end |
#permission ⇒ "INSTANCE-ATTACH", "EIP-ASSOCIATE"
Returns the value of attribute permission.
3050 3051 3052 |
# File 'sig/types.rbs', line 3050 def @permission end |