Class: Aws::Types::Activation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activation_id::String

Returns the value of attribute activation_id.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def activation_id
  @activation_id
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


31
32
33
# File 'sig/types.rbs', line 31

def created_date
  @created_date
end

#default_instance_name::String

Returns the value of attribute default_instance_name.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def default_instance_name
  @default_instance_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def description
  @description
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


29
30
31
# File 'sig/types.rbs', line 29

def expiration_date
  @expiration_date
end

#expiredBoolean

Returns the value of attribute expired.

Returns:

  • (Boolean)


30
31
32
# File 'sig/types.rbs', line 30

def expired
  @expired
end

#iam_role::String

Returns the value of attribute iam_role.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def iam_role
  @iam_role
end

#registration_limit::Integer

Returns the value of attribute registration_limit.

Returns:

  • (::Integer)


27
28
29
# File 'sig/types.rbs', line 27

def registration_limit
  @registration_limit
end

#registrations_count::Integer

Returns the value of attribute registrations_count.

Returns:

  • (::Integer)


28
29
30
# File 'sig/types.rbs', line 28

def registrations_count
  @registrations_count
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



32
33
34
# File 'sig/types.rbs', line 32

def tags
  @tags
end