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)


2095
2096
2097
# File 'sig/types.rbs', line 2095

def association_id
  @association_id
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


2097
2098
2099
# File 'sig/types.rbs', line 2097

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


2094
2095
2096
# File 'sig/types.rbs', line 2094

def cluster_name
  @cluster_name
end

#disable_session_tagsBoolean

Returns the value of attribute disable_session_tags.

Returns:

  • (Boolean)


2098
2099
2100
# File 'sig/types.rbs', line 2098

def disable_session_tags
  @disable_session_tags
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


2100
2101
2102
# File 'sig/types.rbs', line 2100

def policy
  @policy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2096
2097
2098
# File 'sig/types.rbs', line 2096

def role_arn
  @role_arn
end

#target_role_arn::String

Returns the value of attribute target_role_arn.

Returns:

  • (::String)


2099
2100
2101
# File 'sig/types.rbs', line 2099

def target_role_arn
  @target_role_arn
end