Module: Aws::OSIS::Client::_CreatePipelineEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePipelineEndpointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#endpoint_id ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def endpoint_id: () -> ::String
|
#pipeline_arn ⇒ ::String
124 |
# File 'sig/client.rbs', line 124
def pipeline_arn: () -> ::String
|
#status ⇒ "CREATING", ...
126 |
# File 'sig/client.rbs', line 126
def status: () -> ("CREATING" | "ACTIVE" | "CREATE_FAILED" | "DELETING" | "REVOKING" | "REVOKED")
|
#vpc_id ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def vpc_id: () -> ::String
|