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.
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.
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.
3052 3053 3054 |
# File 'sig/types.rbs', line 3052 def target_group_arn @target_group_arn end |