Class: Aws::Types::PluginProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#class_name::String

Returns the value of attribute class_name.

Returns:

  • (::String)


2021
2022
2023
# File 'sig/types.rbs', line 2021

def class_name
  @class_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2019
2020
2021
# File 'sig/types.rbs', line 2019

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2018
2019
2020
# File 'sig/types.rbs', line 2018

def name
  @name
end

#uncompressed_size_in_bytes::Integer

Returns the value of attribute uncompressed_size_in_bytes.

Returns:

  • (::Integer)


2022
2023
2024
# File 'sig/types.rbs', line 2022

def uncompressed_size_in_bytes
  @uncompressed_size_in_bytes
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2020
2021
2022
# File 'sig/types.rbs', line 2020

def version
  @version
end