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.
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.
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.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def cluster_name @cluster_name end |
#disable_session_tags ⇒ Boolean
Returns the value of attribute disable_session_tags.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def @disable_session_tags end |
#policy ⇒ ::String
Returns the value of attribute policy.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def policy @policy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def target_role_arn @target_role_arn end |