Class: Aws::Types::CreateFleetAdvisorCollectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFleetAdvisorCollectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collector_name ⇒ ::String
Returns the value of attribute collector_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
Instance Attribute Details
#collector_name ⇒ ::String
Returns the value of attribute collector_name.
267 268 269 |
# File 'sig/types.rbs', line 267 def collector_name @collector_name end |
#description ⇒ ::String
Returns the value of attribute description.
268 269 270 |
# File 'sig/types.rbs', line 268 def description @description end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
270 271 272 |
# File 'sig/types.rbs', line 270 def s3_bucket_name @s3_bucket_name end |
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
269 270 271 |
# File 'sig/types.rbs', line 269 def service_access_role_arn @service_access_role_arn end |