Class: Aws::Types::GetEntitlementResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def application_arn
  @application_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


150
151
152
# File 'sig/types.rbs', line 150

def created_at
  @created_at
end

#entitlementTypes::EntitlementDetails

Returns the value of attribute entitlement.



149
150
151
# File 'sig/types.rbs', line 149

def entitlement
  @entitlement
end

#entitlement_id::String

Returns the value of attribute entitlement_id.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def entitlement_id
  @entitlement_id
end