Class: Aws::Types::VpcInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2683
2684
2685
# File 'sig/types.rbs', line 2683

def name
  @name
end

#network_interface_ids::Array[::String]

Returns the value of attribute network_interface_ids.

Returns:

  • (::Array[::String])


2684
2685
2686
# File 'sig/types.rbs', line 2684

def network_interface_ids
  @network_interface_ids
end

#network_interface_type"ena", "efa"

Returns the value of attribute network_interface_type.

Returns:

  • ("ena", "efa")


2685
2686
2687
# File 'sig/types.rbs', line 2685

def network_interface_type
  @network_interface_type
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2686
2687
2688
# File 'sig/types.rbs', line 2686

def role_arn
  @role_arn
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


2687
2688
2689
# File 'sig/types.rbs', line 2687

def security_group_ids
  @security_group_ids
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


2688
2689
2690
# File 'sig/types.rbs', line 2688

def subnet_id
  @subnet_id
end