Class: Aws::Types::ActivateTypeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_updateBoolean

Returns the value of attribute auto_update.

Returns:

  • (Boolean)


35
36
37
# File 'sig/types.rbs', line 35

def auto_update
  @auto_update
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def execution_role_arn
  @execution_role_arn
end

#logging_configTypes::LoggingConfig

Returns the value of attribute logging_config.



36
37
38
# File 'sig/types.rbs', line 36

def logging_config
  @logging_config
end

#major_version::Integer

Returns the value of attribute major_version.

Returns:

  • (::Integer)


39
40
41
# File 'sig/types.rbs', line 39

def major_version
  @major_version
end

#public_type_arn::String

Returns the value of attribute public_type_arn.

Returns:

  • (::String)


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

def public_type_arn
  @public_type_arn
end

#publisher_id::String

Returns the value of attribute publisher_id.

Returns:

  • (::String)


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

def publisher_id
  @publisher_id
end

#type"RESOURCE", ...

Returns the value of attribute type.

Returns:

  • ("RESOURCE", "MODULE", "HOOK")


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

def type
  @type
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


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

def type_name
  @type_name
end

#type_name_alias::String

Returns the value of attribute type_name_alias.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def type_name_alias
  @type_name_alias
end

#version_bump"MAJOR", "MINOR"

Returns the value of attribute version_bump.

Returns:

  • ("MAJOR", "MINOR")


38
39
40
# File 'sig/types.rbs', line 38

def version_bump
  @version_bump
end