Class: Aws::Types::CreateAccessPreviewRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessPreviewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configurations ⇒ ::Hash[::String, Types::Configuration]
Returns the value of attribute configurations.
Instance Attribute Details
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
279 280 281 |
# File 'sig/types.rbs', line 279 def analyzer_arn @analyzer_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
281 282 283 |
# File 'sig/types.rbs', line 281 def client_token @client_token end |
#configurations ⇒ ::Hash[::String, Types::Configuration]
Returns the value of attribute configurations.
280 281 282 |
# File 'sig/types.rbs', line 280 def configurations @configurations end |