Class: Aws::Types::VpcLatticeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#port_name::String

Returns the value of attribute port_name.

Returns:

  • (::String)


3053
3054
3055
# File 'sig/types.rbs', line 3053

def port_name
  @port_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end

#target_group_arn::String

Returns the value of attribute target_group_arn.

Returns:

  • (::String)


3052
3053
3054
# File 'sig/types.rbs', line 3052

def target_group_arn
  @target_group_arn
end