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)


2852
2853
2854
# File 'sig/types.rbs', line 2852

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:



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.

Returns:



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.

Returns:



2853
2854
2855
# File 'sig/types.rbs', line 2853

def tag_specifications
  @tag_specifications
end