DescribeReservedCacheNodesOfferingsOutput
import "github.com/aws/aws-sdk-go/service/elasticache"
type DescribeReservedCacheNodesOfferingsOutput struct { Marker *string `type:"string"` ReservedCacheNodesOfferings []*ReservedCacheNodesOffering `locationNameList:"ReservedCacheNodesOffering" type:"list"` }
Represents the output of a DescribeReservedCacheNodesOfferings operation.
- Marker
-
Type:
*string
Provides an identifier to allow retrieval of paginated results.
- ReservedCacheNodesOfferings
-
Describes all of the attributes of a reserved cache node offering.
Method
GoString
func (s DescribeReservedCacheNodesOfferingsOutput) GoString() string
GoString returns the string representation
SetMarker
func (s *DescribeReservedCacheNodesOfferingsOutput) SetMarker(v string) *DescribeReservedCacheNodesOfferingsOutput
SetMarker sets the Marker field's value.
SetReservedCacheNodesOfferings
func (s *DescribeReservedCacheNodesOfferingsOutput) SetReservedCacheNodesOfferings(v []*ReservedCacheNodesOffering) *DescribeReservedCacheNodesOfferingsOutput
SetReservedCacheNodesOfferings sets the ReservedCacheNodesOfferings field's value.
String
func (s DescribeReservedCacheNodesOfferingsOutput) String() string
String returns the string representation