Class: Aws::Types::CreateNetworkInsightsAccessScopeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3014
3015
3016
# File 'sig/types.rbs', line 3014

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:



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.

Returns:



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.

Returns:



3015
3016
3017
# File 'sig/types.rbs', line 3015

def tag_specifications
  @tag_specifications
end