Class: Aws::Types::UpdatePodIdentityAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def association_id
  @association_id
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1987
1988
1989
# File 'sig/types.rbs', line 1987

def cluster_name
  @cluster_name
end

#disable_session_tagsBoolean

Returns the value of attribute disable_session_tags.

Returns:

  • (Boolean)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def disable_session_tags
  @disable_session_tags
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def policy
  @policy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1989
1990
1991
# File 'sig/types.rbs', line 1989

def role_arn
  @role_arn
end

#target_role_arn::String

Returns the value of attribute target_role_arn.

Returns:

  • (::String)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def target_role_arn
  @target_role_arn
end