Class: Aws::Types::UpdatePodIdentityAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePodIdentityAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#disable_session_tags ⇒ Boolean
Returns the value of attribute disable_session_tags.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#target_role_arn ⇒ ::String
Returns the value of attribute target_role_arn.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
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.
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.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def cluster_name @cluster_name end |
#disable_session_tags ⇒ Boolean
Returns the value of attribute disable_session_tags.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def @disable_session_tags end |
#policy ⇒ ::String
Returns the value of attribute policy.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def policy @policy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def target_role_arn @target_role_arn end |