Class: Aws::Types::CreateActivationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_instance_name::String

Returns the value of attribute default_instance_name.

Returns:

  • (::String)


618
619
620
# File 'sig/types.rbs', line 618

def default_instance_name
  @default_instance_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def description
  @description
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


621
622
623
# File 'sig/types.rbs', line 621

def expiration_date
  @expiration_date
end

#iam_role::String

Returns the value of attribute iam_role.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def iam_role
  @iam_role
end

#registration_limit::Integer

Returns the value of attribute registration_limit.

Returns:

  • (::Integer)


620
621
622
# File 'sig/types.rbs', line 620

def registration_limit
  @registration_limit
end

#registration_metadata::Array[Types::RegistrationMetadataItem]

Returns the value of attribute registration_metadata.

Returns:



623
624
625
# File 'sig/types.rbs', line 623

def 
  
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



622
623
624
# File 'sig/types.rbs', line 622

def tags
  @tags
end