Class: Aws::AppSync::Types::ApiAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ApiAssociation
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Describes an ApiAssociation
object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API ID.
-
#association_status ⇒ String
Identifies the status of an association.
-
#deployment_detail ⇒ String
Details about the last deployment status.
-
#domain_name ⇒ String
The domain name.
Instance Attribute Details
#api_id ⇒ String
The API ID.
152 153 154 155 156 157 158 159 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 152 class ApiAssociation < Struct.new( :domain_name, :api_id, :association_status, :deployment_detail) SENSITIVE = [] include Aws::Structure end |
#association_status ⇒ String
Identifies the status of an association.
PROCESSING: The API association is being created. You cannot modify association requests during processing.
SUCCESS: The API association was successful. You can modify associations after success.
FAILED: The API association has failed. You can modify associations after failure.
152 153 154 155 156 157 158 159 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 152 class ApiAssociation < Struct.new( :domain_name, :api_id, :association_status, :deployment_detail) SENSITIVE = [] include Aws::Structure end |
#deployment_detail ⇒ String
Details about the last deployment status.
152 153 154 155 156 157 158 159 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 152 class ApiAssociation < Struct.new( :domain_name, :api_id, :association_status, :deployment_detail) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name.
152 153 154 155 156 157 158 159 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 152 class ApiAssociation < Struct.new( :domain_name, :api_id, :association_status, :deployment_detail) SENSITIVE = [] include Aws::Structure end |