Class: Aws::Types::AssumeRoleForPodIdentityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:token])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def cluster_name
  @cluster_name
end

#eks_node_name::String

Returns the value of attribute eks_node_name.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def eks_node_name
  @eks_node_name
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def instance_id
  @instance_id
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def token
  @token
end

#zone::String

Returns the value of attribute zone.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def zone
  @zone
end