Class: Aws::Types::ListNodesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category ⇒ "BUSINESS_LOGIC", ...

Returns the value of attribute category.

Returns:

  • ("BUSINESS_LOGIC", "ML_MODEL", "MEDIA_SOURCE", "MEDIA_SINK")


498
499
500
# File 'sig/types.rbs', line 498

def category
  @category
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


499
500
501
# File 'sig/types.rbs', line 499

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def next_token
  @next_token
end

#owner_account ⇒ ::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def 
  @owner_account
end

#package_name ⇒ ::String

Returns the value of attribute package_name.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def package_name
  @package_name
end

#package_version ⇒ ::String

Returns the value of attribute package_version.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def package_version
  @package_version
end

#patch_version ⇒ ::String

Returns the value of attribute patch_version.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def patch_version
  @patch_version
end