Class: Aws::Types::CreateFleetAdvisorCollectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateFleetAdvisorCollectorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collector_name ⇒ ::String
Returns the value of attribute collector_name.
-
#collector_referenced_id ⇒ ::String
Returns the value of attribute collector_referenced_id.
-
#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.
276 277 278 |
# File 'sig/types.rbs', line 276 def collector_name @collector_name end |
#collector_referenced_id ⇒ ::String
Returns the value of attribute collector_referenced_id.
275 276 277 |
# File 'sig/types.rbs', line 275 def collector_referenced_id @collector_referenced_id end |
#description ⇒ ::String
Returns the value of attribute description.
277 278 279 |
# File 'sig/types.rbs', line 277 def description @description end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
279 280 281 |
# File 'sig/types.rbs', line 279 def s3_bucket_name @s3_bucket_name end |
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
278 279 280 |
# File 'sig/types.rbs', line 278 def service_access_role_arn @service_access_role_arn end |