Class: Aws::Types::AuthorizationConfig
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_type ⇒ "AWS_IAM"
Returns the value of attribute authorization_type.
-
#aws_iam_config ⇒ Types::AwsIamConfig
Returns the value of attribute aws_iam_config.
Instance Attribute Details
#authorization_type ⇒ "AWS_IAM"
Returns the value of attribute authorization_type.
137 138 139 |
# File 'sig/types.rbs', line 137 def end |
#aws_iam_config ⇒ Types::AwsIamConfig
Returns the value of attribute aws_iam_config.
138 139 140 |
# File 'sig/types.rbs', line 138 def aws_iam_config @aws_iam_config end |