Class: Aws::Types::ListResourceTelemetryInput
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceTelemetryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_identifier_prefix ⇒ ::String
Returns the value of attribute resource_identifier_prefix.
-
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
-
#resource_types ⇒ ::Array[("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket" | "AWS::Bedrock::KnowledgeBase")]
Returns the value of attribute resource_types.
-
#telemetry_configuration_state ⇒ ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
Returns the value of attribute telemetry_configuration_state.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
393 394 395 |
# File 'sig/types.rbs', line 393 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
394 395 396 |
# File 'sig/types.rbs', line 394 def next_token @next_token end |
#resource_identifier_prefix ⇒ ::String
Returns the value of attribute resource_identifier_prefix.
389 390 391 |
# File 'sig/types.rbs', line 389 def resource_identifier_prefix @resource_identifier_prefix end |
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
392 393 394 |
# File 'sig/types.rbs', line 392 def @resource_tags end |
#resource_types ⇒ ::Array[("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket" | "AWS::Bedrock::KnowledgeBase")]
Returns the value of attribute resource_types.
390 391 392 |
# File 'sig/types.rbs', line 390 def resource_types @resource_types end |
#telemetry_configuration_state ⇒ ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
Returns the value of attribute telemetry_configuration_state.
391 392 393 |
# File 'sig/types.rbs', line 391 def telemetry_configuration_state @telemetry_configuration_state end |