Method: Aws::Redshift::Types::EndpointAuthorization#endpoint_count
- Defined in:
- lib/aws-sdk-redshift/types.rb
#endpoint_count ⇒ Integer
The number of Redshift-managed VPC endpoints created for the authorization.
6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 |
# File 'lib/aws-sdk-redshift/types.rb', line 6524 class EndpointAuthorization < Struct.new( :grantor, :grantee, :cluster_identifier, :authorize_time, :cluster_status, :status, :allowed_all_vp_cs, :allowed_vp_cs, :endpoint_count) SENSITIVE = [] include Aws::Structure end |