Class: Aws::Types::TestTypeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def arn
  @arn
end

#log_delivery_bucket::String

Returns the value of attribute log_delivery_bucket.

Returns:

  • (::String)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def log_delivery_bucket
  @log_delivery_bucket
end

#type"RESOURCE", ...

Returns the value of attribute type.

Returns:

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


2045
2046
2047
# File 'sig/types.rbs', line 2045

def type
  @type
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


2046
2047
2048
# File 'sig/types.rbs', line 2046

def type_name
  @type_name
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2047
2048
2049
# File 'sig/types.rbs', line 2047

def version_id
  @version_id
end