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)


618
619
620
# File 'sig/types.rbs', line 618

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def cluster_name
  @cluster_name
end

#disable_session_tagsBoolean

Returns the value of attribute disable_session_tags.

Returns:

  • (Boolean)


620
621
622
# File 'sig/types.rbs', line 620

def disable_session_tags
  @disable_session_tags
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def namespace
  @namespace
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def policy
  @policy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def role_arn
  @role_arn
end

#service_account::String

Returns the value of attribute service_account.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def 
  @service_account
end

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

Returns the value of attribute tags.

Returns:

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


619
620
621
# File 'sig/types.rbs', line 619

def tags
  @tags
end

#target_role_arn::String

Returns the value of attribute target_role_arn.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def target_role_arn
  @target_role_arn
end