Class: Aws::VPCLattice::Types::DeleteServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteServiceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the service.
-
#id ⇒ String
The ID of the service.
-
#name ⇒ String
The name of the service.
-
#status ⇒ String
The status.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the service.
1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1520 class DeleteServiceResponse < Struct.new( :arn, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the service.
1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1520 class DeleteServiceResponse < Struct.new( :arn, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service.
1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1520 class DeleteServiceResponse < Struct.new( :arn, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status. You can retry the operation if the status is ‘DELETE_FAILED`. However, if you retry it while the status is `DELETE_IN_PROGRESS`, the status doesn’t change.
1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1520 class DeleteServiceResponse < Struct.new( :arn, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |