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)


2964
2965
2966
# File 'sig/types.rbs', line 2964

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2966
2967
2968
# File 'sig/types.rbs', line 2966

def dry_run
  @dry_run
end

#exclude_paths::Array[Types::AccessScopePathRequest]

Returns the value of attribute exclude_paths.

Returns:



2963
2964
2965
# File 'sig/types.rbs', line 2963

def exclude_paths
  @exclude_paths
end

#match_paths::Array[Types::AccessScopePathRequest]

Returns the value of attribute match_paths.

Returns:



2962
2963
2964
# File 'sig/types.rbs', line 2962

def match_paths
  @match_paths
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2965
2966
2967
# File 'sig/types.rbs', line 2965

def tag_specifications
  @tag_specifications
end