Class: Aws::Types::ListPodIdentityAssociationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def cluster_name
  @cluster_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def max_results
  @max_results
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1387
1388
1389
# File 'sig/types.rbs', line 1387

def next_token
  @next_token
end

#service_account::String

Returns the value of attribute service_account.

Returns:

  • (::String)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def 
  @service_account
end