Class: Aws::Types::VpcLatticeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VpcLatticeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#port_name ⇒ ::String
Returns the value of attribute port_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
Instance Attribute Details
#port_name ⇒ ::String
Returns the value of attribute port_name.
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.
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.
3070 3071 3072 |
# File 'sig/types.rbs', line 3070 def target_group_arn @target_group_arn end |