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.
3014 3015 3016 |
# File 'sig/types.rbs', line 3014 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3016 3017 3018 |
# File 'sig/types.rbs', line 3016 def dry_run @dry_run end |
#exclude_paths ⇒ ::Array[Types::AccessScopePathRequest]
Returns the value of attribute exclude_paths.
3013 3014 3015 |
# File 'sig/types.rbs', line 3013 def exclude_paths @exclude_paths end |
#match_paths ⇒ ::Array[Types::AccessScopePathRequest]
Returns the value of attribute match_paths.
3012 3013 3014 |
# File 'sig/types.rbs', line 3012 def match_paths @match_paths end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3015 3016 3017 |
# File 'sig/types.rbs', line 3015 def tag_specifications @tag_specifications end |