Class: Aws::Types::CreateFargateProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFargateProfileRequest
- 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.
-
#fargate_profile_name ⇒ ::String
Returns the value of attribute fargate_profile_name.
-
#pod_execution_role_arn ⇒ ::String
Returns the value of attribute pod_execution_role_arn.
-
#selectors ⇒ ::Array[Types::FargateProfileSelector]
Returns the value of attribute selectors.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
644 645 646 |
# File 'sig/types.rbs', line 644 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
640 641 642 |
# File 'sig/types.rbs', line 640 def cluster_name @cluster_name end |
#fargate_profile_name ⇒ ::String
Returns the value of attribute fargate_profile_name.
639 640 641 |
# File 'sig/types.rbs', line 639 def fargate_profile_name @fargate_profile_name end |
#pod_execution_role_arn ⇒ ::String
Returns the value of attribute pod_execution_role_arn.
641 642 643 |
# File 'sig/types.rbs', line 641 def pod_execution_role_arn @pod_execution_role_arn end |
#selectors ⇒ ::Array[Types::FargateProfileSelector]
Returns the value of attribute selectors.
643 644 645 |
# File 'sig/types.rbs', line 643 def selectors @selectors end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
642 643 644 |
# File 'sig/types.rbs', line 642 def subnets @subnets end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
645 646 647 |
# File 'sig/types.rbs', line 645 def @tags end |