Class: Aws::Types::DescribeConfigurationTemplatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationTemplatesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_destination_types ⇒ ::Array[("S3" | "CWL" | "FH" | "XRAY")]
Returns the value of attribute delivery_destination_types.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#log_types ⇒ ::Array[::String]
Returns the value of attribute log_types.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
-
#service ⇒ ::String
Returns the value of attribute service.
Instance Attribute Details
#delivery_destination_types ⇒ ::Array[("S3" | "CWL" | "FH" | "XRAY")]
Returns the value of attribute delivery_destination_types.
510 511 512 |
# File 'sig/types.rbs', line 510 def delivery_destination_types @delivery_destination_types end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
512 513 514 |
# File 'sig/types.rbs', line 512 def limit @limit end |
#log_types ⇒ ::Array[::String]
Returns the value of attribute log_types.
508 509 510 |
# File 'sig/types.rbs', line 508 def log_types @log_types end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
511 512 513 |
# File 'sig/types.rbs', line 511 def next_token @next_token end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
509 510 511 |
# File 'sig/types.rbs', line 509 def resource_types @resource_types end |
#service ⇒ ::String
Returns the value of attribute service.
507 508 509 |
# File 'sig/types.rbs', line 507 def service @service end |