Class: Aws::Types::ModifyClusterIamRolesMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyClusterIamRolesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_iam_roles ⇒ ::Array[::String]
Returns the value of attribute add_iam_roles.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#default_iam_role_arn ⇒ ::String
Returns the value of attribute default_iam_role_arn.
-
#remove_iam_roles ⇒ ::Array[::String]
Returns the value of attribute remove_iam_roles.
Instance Attribute Details
#add_iam_roles ⇒ ::Array[::String]
Returns the value of attribute add_iam_roles.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def add_iam_roles @add_iam_roles end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def cluster_identifier @cluster_identifier end |
#default_iam_role_arn ⇒ ::String
Returns the value of attribute default_iam_role_arn.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def default_iam_role_arn @default_iam_role_arn end |
#remove_iam_roles ⇒ ::Array[::String]
Returns the value of attribute remove_iam_roles.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def remove_iam_roles @remove_iam_roles end |