Class: Aws::Types::StartNetworkInsightsAccessScopeAnalysisRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartNetworkInsightsAccessScopeAnalysisRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#network_insights_access_scope_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
17465 17466 17467 |
# File 'sig/types.rbs', line 17465 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
17463 17464 17465 |
# File 'sig/types.rbs', line 17463 def dry_run @dry_run end |
#network_insights_access_scope_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_id.
17462 17463 17464 |
# File 'sig/types.rbs', line 17462 def network_insights_access_scope_id @network_insights_access_scope_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
17464 17465 17466 |
# File 'sig/types.rbs', line 17464 def tag_specifications @tag_specifications end |