type property
The type of the resource that details are provided for. If possible, set
Type
to one of the supported resource types. For example, if
the resource is an EC2 instance, then set Type
to
AwsEc2Instance
.
If the resource does not match any of the provided types, then set
Type
to Other
.
Implementation
final String type;