Class: Aws::MemoryDB::Types::UpdateSubnetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::UpdateSubnetGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnet_group ⇒ Types::SubnetGroup
The updated subnet group.
Instance Attribute Details
#subnet_group ⇒ Types::SubnetGroup
The updated subnet group
3631 3632 3633 3634 3635 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3631 class UpdateSubnetGroupResponse < Struct.new( :subnet_group) SENSITIVE = [] include Aws::Structure end |