Class: Aws::Types::ListShareInvitationsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lens_name_prefix ⇒ ::String

Returns the value of attribute lens_name_prefix.

Returns:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def lens_name_prefix
  @lens_name_prefix
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def next_token
  @next_token
end

#profile_name_prefix ⇒ ::String

Returns the value of attribute profile_name_prefix.

Returns:

  • (::String)


1377
1378
1379
# File 'sig/types.rbs', line 1377

def profile_name_prefix
  @profile_name_prefix
end

#share_resource_type ⇒ "WORKLOAD", ...

Returns the value of attribute share_resource_type.

Returns:

  • ("WORKLOAD", "LENS", "PROFILE", "TEMPLATE")


1374
1375
1376
# File 'sig/types.rbs', line 1374

def share_resource_type
  @share_resource_type
end

#template_name_prefix ⇒ ::String

Returns the value of attribute template_name_prefix.

Returns:

  • (::String)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def template_name_prefix
  @template_name_prefix
end

#workload_name_prefix ⇒ ::String

Returns the value of attribute workload_name_prefix.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def workload_name_prefix
  @workload_name_prefix
end