Class: Aws::Types::FreeTrialStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


5830
5831
5832
# File 'sig/types.rbs', line 5830

def expires_at
  @expires_at
end

#feature_type"SECURITY_HUB_V2", "SECURITY_HUB_V2_MULTI_CLOUD_AZURE"

Returns the value of attribute feature_type.

Returns:

  • ("SECURITY_HUB_V2", "SECURITY_HUB_V2_MULTI_CLOUD_AZURE")


5827
5828
5829
# File 'sig/types.rbs', line 5827

def feature_type
  @feature_type
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


5829
5830
5831
# File 'sig/types.rbs', line 5829

def started_at
  @started_at
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


5828
5829
5830
# File 'sig/types.rbs', line 5828

def status
  @status
end