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)


3071
3072
3073
# File 'sig/types.rbs', line 3071

def port_name
  @port_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3069
3070
3071
# File 'sig/types.rbs', line 3069

def role_arn
  @role_arn
end

#target_group_arn::String

Returns the value of attribute target_group_arn.

Returns:

  • (::String)


3070
3071
3072
# File 'sig/types.rbs', line 3070

def target_group_arn
  @target_group_arn
end