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)


2125
2126
2127
# File 'sig/types.rbs', line 2125

def association_id
  @association_id
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


2127
2128
2129
# File 'sig/types.rbs', line 2127

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


2124
2125
2126
# File 'sig/types.rbs', line 2124

def cluster_name
  @cluster_name
end

#disable_session_tagsBoolean

Returns the value of attribute disable_session_tags.

Returns:

  • (Boolean)


2128
2129
2130
# File 'sig/types.rbs', line 2128

def disable_session_tags
  @disable_session_tags
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


2130
2131
2132
# File 'sig/types.rbs', line 2130

def policy
  @policy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2126
2127
2128
# File 'sig/types.rbs', line 2126

def role_arn
  @role_arn
end

#target_role_arn::String

Returns the value of attribute target_role_arn.

Returns:

  • (::String)


2129
2130
2131
# File 'sig/types.rbs', line 2129

def target_role_arn
  @target_role_arn
end