Class: Aws::Types::UpdateSharedVpcConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSharedVpcConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#enable_fsx_route_table_updates_from_participant_accounts ⇒ ::String
Returns the value of attribute enable_fsx_route_table_updates_from_participant_accounts.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def client_request_token @client_request_token end |
#enable_fsx_route_table_updates_from_participant_accounts ⇒ ::String
Returns the value of attribute enable_fsx_route_table_updates_from_participant_accounts.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def enable_fsx_route_table_updates_from_participant_accounts @enable_fsx_route_table_updates_from_participant_accounts end |