Describe an accelerator.
globalaccelerator_describe_accelerator(AcceleratorArn)
[required] The Amazon Resource Name (ARN) of the accelerator to describe.
A list with the following syntax:
list( Accelerator = list( AcceleratorArn = "string", Name = "string", IpAddressType = "IPV4", Enabled = TRUE|FALSE, IpSets = list( list( IpFamily = "string", IpAddresses = list( "string" ) ) ), DnsName = "string", Status = "DEPLOYED"|"IN_PROGRESS", CreatedTime = as.POSIXct( "2015-01-01" ), LastModifiedTime = as.POSIXct( "2015-01-01" ) ) )
svc$describe_accelerator( AcceleratorArn = "string" )