Class: Aws::Types::LibraryTemplateBodyInputs
- Inherits:
-
Object
- Object
- Aws::Types::LibraryTemplateBodyInputs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_contact_number ⇒ Boolean
Returns the value of attribute add_contact_number.
-
#add_learn_more_link ⇒ Boolean
Returns the value of attribute add_learn_more_link.
-
#add_security_recommendation ⇒ Boolean
Returns the value of attribute add_security_recommendation.
-
#add_track_package_link ⇒ Boolean
Returns the value of attribute add_track_package_link.
-
#code_expiration_minutes ⇒ ::Integer
Returns the value of attribute code_expiration_minutes.
Instance Attribute Details
#add_contact_number ⇒ Boolean
Returns the value of attribute add_contact_number.
245 246 247 |
# File 'sig/types.rbs', line 245 def add_contact_number @add_contact_number end |
#add_learn_more_link ⇒ Boolean
Returns the value of attribute add_learn_more_link.
246 247 248 |
# File 'sig/types.rbs', line 246 def add_learn_more_link @add_learn_more_link end |
#add_security_recommendation ⇒ Boolean
Returns the value of attribute add_security_recommendation.
247 248 249 |
# File 'sig/types.rbs', line 247 def add_security_recommendation @add_security_recommendation end |
#add_track_package_link ⇒ Boolean
Returns the value of attribute add_track_package_link.
248 249 250 |
# File 'sig/types.rbs', line 248 def add_track_package_link @add_track_package_link end |
#code_expiration_minutes ⇒ ::Integer
Returns the value of attribute code_expiration_minutes.
249 250 251 |
# File 'sig/types.rbs', line 249 def code_expiration_minutes @code_expiration_minutes end |