Class: Aws::Types::ListPackageGroupsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


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

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


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

def domain_owner
  @domain_owner
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

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


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

def prefix
  @prefix
end