Class: Aws::Types::CreatePodIdentityAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePodIdentityAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#service_account ⇒ ::String
Returns the value of attribute service_account.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_role_arn ⇒ ::String
Returns the value of attribute target_role_arn.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
688 689 690 |
# File 'sig/types.rbs', line 688 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
684 685 686 |
# File 'sig/types.rbs', line 684 def cluster_name @cluster_name end |
#disable_session_tags ⇒ Boolean
Returns the value of attribute disable_session_tags.
690 691 692 |
# File 'sig/types.rbs', line 690 def @disable_session_tags end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
685 686 687 |
# File 'sig/types.rbs', line 685 def namespace @namespace end |
#policy ⇒ ::String
Returns the value of attribute policy.
692 693 694 |
# File 'sig/types.rbs', line 692 def policy @policy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
687 688 689 |
# File 'sig/types.rbs', line 687 def role_arn @role_arn end |
#service_account ⇒ ::String
Returns the value of attribute service_account.
686 687 688 |
# File 'sig/types.rbs', line 686 def service_account @service_account end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
689 690 691 |
# File 'sig/types.rbs', line 689 def @tags end |
#target_role_arn ⇒ ::String
Returns the value of attribute target_role_arn.
691 692 693 |
# File 'sig/types.rbs', line 691 def target_role_arn @target_role_arn end |