Class: Aws::Types::AssociateIpAccessSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateIpAccessSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_access_settings_arn ⇒ ::String
Returns the value of attribute ip_access_settings_arn.
-
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
Instance Attribute Details
#ip_access_settings_arn ⇒ ::String
Returns the value of attribute ip_access_settings_arn.
42 43 44 |
# File 'sig/types.rbs', line 42 def ip_access_settings_arn @ip_access_settings_arn end |
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
41 42 43 |
# File 'sig/types.rbs', line 41 def portal_arn @portal_arn end |