Class: Aws::Types::CreateNetworkInterfacePermissionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2886
2887
2888
# File 'sig/types.rbs', line 2886

def 
  @aws_account_id
end

#aws_service::String

Returns the value of attribute aws_service.

Returns:

  • (::String)


2887
2888
2889
# File 'sig/types.rbs', line 2887

def aws_service
  @aws_service
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2889
2890
2891
# File 'sig/types.rbs', line 2889

def dry_run
  @dry_run
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


2885
2886
2887
# File 'sig/types.rbs', line 2885

def network_interface_id
  @network_interface_id
end

#permission"INSTANCE-ATTACH", "EIP-ASSOCIATE"

Returns the value of attribute permission.

Returns:

  • ("INSTANCE-ATTACH", "EIP-ASSOCIATE")


2888
2889
2890
# File 'sig/types.rbs', line 2888

def permission
  @permission
end