Class: Aws::Types::ListRepositoriesInDomainRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#administrator_account::String

Returns the value of attribute administrator_account.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def 
  @administrator_account
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


604
605
606
# File 'sig/types.rbs', line 604

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def domain_owner
  @domain_owner
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


608
609
610
# File 'sig/types.rbs', line 608

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def next_token
  @next_token
end

#repository_prefix::String

Returns the value of attribute repository_prefix.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def repository_prefix
  @repository_prefix
end