Class: Aws::Types::CreatePodIdentityAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def cluster_name
  @cluster_name
end

#disable_session_tagsBoolean

Returns the value of attribute disable_session_tags.

Returns:

  • (Boolean)


690
691
692
# File 'sig/types.rbs', line 690

def disable_session_tags
  @disable_session_tags
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def namespace
  @namespace
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def policy
  @policy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def role_arn
  @role_arn
end

#service_account::String

Returns the value of attribute service_account.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def 
  @service_account
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


689
690
691
# File 'sig/types.rbs', line 689

def tags
  @tags
end

#target_role_arn::String

Returns the value of attribute target_role_arn.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def target_role_arn
  @target_role_arn
end