Class: Aws::Types::CreateNetworkInsightsAccessScopeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkInsightsAccessScopeRequest
- 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.
-
#exclude_paths ⇒ ::Array[Types::AccessScopePathRequest]
Returns the value of attribute exclude_paths.
-
#match_paths ⇒ ::Array[Types::AccessScopePathRequest]
Returns the value of attribute match_paths.
-
#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.
2852 2853 2854 |
# File 'sig/types.rbs', line 2852 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2854 2855 2856 |
# File 'sig/types.rbs', line 2854 def dry_run @dry_run end |
#exclude_paths ⇒ ::Array[Types::AccessScopePathRequest]
Returns the value of attribute exclude_paths.
2851 2852 2853 |
# File 'sig/types.rbs', line 2851 def exclude_paths @exclude_paths end |
#match_paths ⇒ ::Array[Types::AccessScopePathRequest]
Returns the value of attribute match_paths.
2850 2851 2852 |
# File 'sig/types.rbs', line 2850 def match_paths @match_paths end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2853 2854 2855 |
# File 'sig/types.rbs', line 2853 def tag_specifications @tag_specifications end |