Class: Aws::Types::DescribeDRTAccessResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDRTAccessResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_bucket_list ⇒ ::Array[::String]
Returns the value of attribute log_bucket_list.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#log_bucket_list ⇒ ::Array[::String]
Returns the value of attribute log_bucket_list.
202 203 204 |
# File 'sig/types.rbs', line 202 def log_bucket_list @log_bucket_list end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
201 202 203 |
# File 'sig/types.rbs', line 201 def role_arn @role_arn end |