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.
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.
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.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def cluster_name @cluster_name end |
#disable_session_tags ⇒ Boolean
Returns the value of attribute disable_session_tags.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def @disable_session_tags end |
#policy ⇒ ::String
Returns the value of attribute policy.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def policy @policy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def target_role_arn @target_role_arn end |