Class: Aws::ServiceDiscovery::Types::GetServiceAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::GetServiceAttributesResponse
- Defined in:
- gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_attributes ⇒ Types::ServiceAttributes
A complex type that contains the service ARN and a list of attribute key-value pairs associated with the service.
Instance Attribute Details
#service_attributes ⇒ Types::ServiceAttributes
A complex type that contains the service ARN and a list of attribute key-value pairs associated with the service.
1026 1027 1028 1029 1030 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1026 class GetServiceAttributesResponse < Struct.new( :service_attributes) SENSITIVE = [] include Aws::Structure end |