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)


1505
1506
1507
# File 'sig/types.rbs', line 1505

def cluster_name
  @cluster_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1508
1509
1510
# File 'sig/types.rbs', line 1508

def max_results
  @max_results
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1506
1507
1508
# File 'sig/types.rbs', line 1506

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1509
1510
1511
# File 'sig/types.rbs', line 1509

def next_token
  @next_token
end

#service_account::String

Returns the value of attribute service_account.

Returns:

  • (::String)


1507
1508
1509
# File 'sig/types.rbs', line 1507

def 
  @service_account
end