Class: Aws::Types::FreeTrialInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_provider"AWS", ...

Returns the value of attribute cloud_provider.

Returns:

  • ("AWS", "AZURE", "NOT_APPLICABLE")


1607
1608
1609
# File 'sig/types.rbs', line 1607

def cloud_provider
  @cloud_provider
end

#end::Time

Returns the value of attribute end.

Returns:

  • (::Time)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def end
  @end
end

#start::Time

Returns the value of attribute start.

Returns:

  • (::Time)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def start
  @start
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


1606
1607
1608
# File 'sig/types.rbs', line 1606

def status
  @status
end

#type"EC2", ...

Returns the value of attribute type.

Returns:

  • ("EC2", "ECR", "LAMBDA", "LAMBDA_CODE", "CODE_REPOSITORY", "VM", "CONTAINER_IMAGE", "SERVERLESS_FUNCTION")


1603
1604
1605
# File 'sig/types.rbs', line 1603

def type
  @type
end