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)


3048
3049
3050
# File 'sig/types.rbs', line 3048

def 
  @aws_account_id
end

#aws_service::String

Returns the value of attribute aws_service.

Returns:

  • (::String)


3049
3050
3051
# File 'sig/types.rbs', line 3049

def aws_service
  @aws_service
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

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


3050
3051
3052
# File 'sig/types.rbs', line 3050

def permission
  @permission
end